diff --git a/magneticow/README.rst b/magneticow/README.rst index 2048866..2b0a2db 100644 --- a/magneticow/README.rst +++ b/magneticow/README.rst @@ -38,14 +38,18 @@ Instructions 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 +2. Add installation path to the ``$PATH``; append the following line to your ``~/.profile`` *(you can skip to step 4 if you installed magneticod first as advised)* :: export PATH=$PATH:~/.local/bin + + **or if you are on macOS**, (assuming that you are using Python 3.5): :: + + export PATH="${PATH}:${HOME}/Library/Python/3.5/bin/" 3. Activate the changes to ``$PATH``: :: - source ~/.bashrc + source ~/.profile 4. Confirm that it is running: :: @@ -150,4 +154,4 @@ in ``magnetico`` directory for the full license text. Dedicated to Cemile Binay, in whose hands I thrived. -Bora M. ALPER \ No newline at end of file +Bora M. ALPER