Skip to content

Commit

Permalink
Specify python3 in installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshu1234 committed Mar 30, 2019
1 parent 5f78337 commit 60d03a1
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 @@ -92,7 +92,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 60d03a1

Please sign in to comment.