Skip to content

Commit

Permalink
a better use of virtualenv
Browse files Browse the repository at this point in the history
hopefully!
  • Loading branch information
pierky committed Apr 21, 2017
1 parent 2e730c9 commit 9037f0b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/INSTALLATION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ Installation
sudo yum install python-pip python-virtualenv
# setup a virtualenv
mkdir arouteserver
cd arouteserver
virtualenv venv
source venv/bin/activate
mkdir -p ~/.virtualenvs/arouteserver
virtualenv ~/.virtualenvs/arouteserver
source ~/.virtualenvs/arouteserver/bin/activate
More: ``virtualenv`` `installation <https://virtualenv.pypa.io/en/latest/installation.html>`_ and `usage <https://virtualenv.pypa.io/en/latest/userguide.html>`_.

Expand Down

0 comments on commit 9037f0b

Please sign in to comment.