File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ This python package provides the ManageIQ API Client library.
7
7
Getting Started
8
8
---------------
9
9
10
- Preparing your python virtual environment:
10
+ Preparing your python virtual environment::
11
11
12
12
$ virtualenv venv
13
13
$ source venv/bin/activate
14
14
$ pip install -e . # To create an editable install of this package
15
15
16
- If you want to install it directly from GitHub:
16
+ If you want to install it directly from GitHub::
17
17
18
18
$ pip install git+https://github.com/ManageIQ/manageiq-api-client-python.git
19
19
20
20
To run the example present in this repository you probably need to configure
21
- your options (if different from the default shown here):
21
+ your options (if different from the default shown here)::
22
22
23
23
$ export MIQURL=http://localhost:3000/api
24
24
$ export MIQUSERNAME=admin
You can’t perform that action at this time.
0 commit comments