diff --git a/documentation/source/users/rmg/installation/windows.rst b/documentation/source/users/rmg/installation/windows.rst index 317a743d91..91d3203ea9 100644 --- a/documentation/source/users/rmg/installation/windows.rst +++ b/documentation/source/users/rmg/installation/windows.rst @@ -31,7 +31,10 @@ Git C:\Windows\System32\cmd.exe /c "sh --login -i" -* Generate and view your SSH Key: :: +if this target does not work try using this one + C:\Windows\System32\cmd.exe /c ""C:\Program Files\Git\bin\sh.exe" --login -i" + +* Generate and view your SSH Key by typing this into the Git Bash command line: :: cd ~ ssh-keygen # press enter to save to the default directory @@ -101,16 +104,16 @@ Download and run the installers listed below. These builds have been verified as * `SciPy 0.10.1 `_ * `matplotlib 1.1.0 `_ * `guppy 0.1.10 `_ + If you have Norton Antivirus on your computer it may try to remove this after you install it * `OpenBabel 2.3.1 `_ * The OpenBabel installer includes some libraries (.dll files) that you also need for other purposes, so copy them out of the OpenBabel program directory and into your system directory so they are generally accessible: :: cd /c/PROGRA~1/OpenBabel-2.3.1 - cp libcairo-2.dll libpng14-14.dll zlib1.dll $SYSTEMROOT/system32 + cp libcairo-2.dll libpng14-14.dll zlib1.dll $SYSTEMROOT/System32 * `openbabel-python 1.7 `_ * `py2cairo 1.10.0 `_ -* `Cython 0.16 `_ * `Graphviz 2.28.0 `_ .. _remainingdependencies: @@ -120,10 +123,9 @@ Remaining Dependencies Install the remaining six python dependencies using 'pip': :: - curl http://python-distribute.org/distribute_setup.py | python - rm distribute*.tar.gz + curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python easy_install pip - pip install nose quantities sphinx pydot psutil xlwt + pip install nose quantities sphinx pydot psutil xlwt cython==0.16 .. _rmgsources: