Skip to content

Commit

Permalink
Merge pull request #5552 from shivanshu1234/fixDocs
Browse files Browse the repository at this point in the history
Specify python3 in installation instructions.
  • Loading branch information
humitos authored May 20, 2019
2 parents 1a686cd + 60d03a1 commit c7ec857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Clone the repository somewhere on your disk and enter to the repository::

Create a virtual environment and activate it::

virtualenv venv
virtualenv --python=python3 venv
source venv/bin/activate

Next, install the dependencies using ``pip``
Expand Down

0 comments on commit c7ec857

Please sign in to comment.