From 8a62e6bc2ad8cb4da831ecc68f3921cff0a438f6 Mon Sep 17 00:00:00 2001 From: "Bora M. ALPER" Date: Mon, 3 Apr 2017 02:59:09 +0400 Subject: [PATCH] fixed installation instructions to install locally --- magneticod/README.rst | 2 +- magneticow/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)* ::