Skip to content

Commit

Permalink
removed repeated pip3 install
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEbert committed Mar 22, 2017
1 parent e562c72 commit 5743bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To create a package and install it do
::

make package
pip3 install pip3 install build/dist/abcpy-0.1-py3-none-any.whl
pip3 install build/dist/abcpy-0.1-py3-none-any.whl

Note that ABCpy requires Python3.

Expand Down

0 comments on commit 5743bfe

Please sign in to comment.