Skip to content

Commit

Permalink
Update README for py3
Browse files Browse the repository at this point in the history
  • Loading branch information
godwhoa committed Feb 28, 2018
1 parent fce64be commit 38204f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ pip (stable version)

.. code:: bash
pip install piqueserver
pip3 install piqueserver
to install with the optional ssh server

.. code:: bash
pip install piqueserver[ssh]
pip3 install piqueserver[ssh]
git (bleeding edge)
~~~~~~~~~~~~~~~~~~~

.. code:: bash
git clone https://github.com/piqueserver/piqueserver
virtualenv2 venv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python setup.py install
Expand Down Expand Up @@ -154,7 +154,7 @@ Use ``pip`` and ``virtualenv`` to setup the development environment:

.. code:: bash
$ virtualenv -p python2 venv && . ./venv/bin/activate
$ virtualenv -p python3 venv && . ./venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ ./setup.py install
(venv) $ deactivate # Deactivate virtualenv
Expand Down

0 comments on commit 38204f4

Please sign in to comment.