fixed installation instructions to install locally

This commit is contained in:
Bora M. ALPER 2017-04-03 02:59:09 +04:00
parent 257912a12f
commit 8a62e6bc2a
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Instructions
------------
1. Download the latest version of **magneticod** from PyPI using pip3: ::
pip3 install magneticod
pip3 install magneticod --user
2. Add installation path to the ``$PATH``; append the following line to your ``~/.bashrc`` ::

View File

@ -36,7 +36,7 @@ Instructions
1. Download the latest version of **magneticow** from PyPI: ::
pip3 install magneticow
pip3 install magneticow --user
2. Add installation path to the ``$PATH``; append the following line to your ``~/.bashrc`` *(you can skip to step 4 if
you installed magneticod first as advised)* ::