We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e12b0f3 + 7801226 commit 00fb091Copy full SHA for 00fb091
README.rst
@@ -10,13 +10,13 @@ Preparation
10
===========
11
12
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:
+It is recommended that you use a python virtual environment to avoid
+interference with the system python packages. For example:
15
16
.. code-block::
17
18
- $ virtualenv venv
19
- $ source venv/bin/activate
+ $ python3 -m venv openstack-venv
+ $ source openstack-venv/bin/activate
20
$ python -m pip install --upgrade pip
21
$ pip install -r requirements.txt
22
0 commit comments