diff --git a/magneticod/README.rst b/magneticod/README.rst index 8b051ae..2a19f96 100644 --- a/magneticod/README.rst +++ b/magneticod/README.rst @@ -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`` :: diff --git a/magneticow/README.rst b/magneticow/README.rst index 28594d9..2048866 100644 --- a/magneticow/README.rst +++ b/magneticow/README.rst @@ -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)* ::