Skip to content

Commit

Permalink
Merge pull request #9 from AnthonyEbert/readme_fix
Browse files Browse the repository at this point in the history
Removed repeated pip3 install in user documentation.
  • Loading branch information
mschoengens committed Mar 29, 2017
2 parents 633a9a6 + 5743bfe commit d083aff
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 d083aff

Please sign in to comment.