Skip to content

Commit

Permalink
Fix typo in virtual environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Oct 17, 2017
1 parent 7ab10cb commit a717b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Once in the ``PBxplore`` directory, we advise you to create a virtual environmen
.. code-block:: bash
$ pip3 install --user virtualenv
$ virtualenv -p python3 pbxplore-py3
$ virtualenv -p python3 venv
$ source venv/bin/activate
You can then install the latest version of PBxplore as a Python module:
Expand Down

0 comments on commit a717b0d

Please sign in to comment.