Skip to content

Commit 00fb091

Browse files
authored
Merge pull request #29 from stackhpc/readme
Update readme python venv instructions
2 parents e12b0f3 + 7801226 commit 00fb091

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Preparation
1010
===========
1111

1212
Ensure that Ansible is installed, either via the system package manager or pip.
13-
If required, use a virtualenv to avoid interference with the system python
14-
packages. For example:
13+
It is recommended that you use a python virtual environment to avoid
14+
interference with the system python packages. For example:
1515

1616
.. code-block::
1717
18-
$ virtualenv venv
19-
$ source venv/bin/activate
18+
$ python3 -m venv openstack-venv
19+
$ source openstack-venv/bin/activate
2020
$ python -m pip install --upgrade pip
2121
$ pip install -r requirements.txt
2222

0 commit comments

Comments
 (0)