Skip to content

Commit ba49d92

Browse files
committed
Update documentation/source/users/rmg/installation/windows.rst
Modifications found after trying to download on a Windows 7 64 bit computer on 1/10/2013
1 parent 69d6634 commit ba49d92

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

documentation/source/users/rmg/installation/windows.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ Git
3131

3232
C:\Windows\System32\cmd.exe /c "sh --login -i"
3333

34-
* Generate and view your SSH Key: ::
34+
if this target does not work try using this one
35+
C:\Windows\System32\cmd.exe /c ""C:\Program Files\Git\bin\sh.exe" --login -i"
36+
37+
* Generate and view your SSH Key by typing this into the Git Bash command line: ::
3538

3639
cd ~
3740
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
101104
* `SciPy 0.10.1 <http://softlayer.dl.sourceforge.net/project/scipy/scipy/0.10.1/scipy-0.10.1-win32-superpack-python2.7.exe>`_
102105
* `matplotlib 1.1.0 <http://softlayer.dl.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.1.0/matplotlib-1.1.0.win32-py2.7.exe>`_
103106
* `guppy 0.1.10 <http://www.sistemasagiles.com.ar/soft/guppy-0.1.10.win32-py2.7.exe>`_
107+
If you have Norton Antivirus on your computer it may try to remove this after you install it
104108
* `OpenBabel 2.3.1 <http://voxel.dl.sourceforge.net/project/openbabel/openbabel/2.3.1/OpenBabel2.3.1_Windows_Installer.exe>`_
105109

106110
* 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: ::
107111
108112
cd /c/PROGRA~1/OpenBabel-2.3.1
109-
cp libcairo-2.dll libpng14-14.dll zlib1.dll $SYSTEMROOT/system32
113+
cp libcairo-2.dll libpng14-14.dll zlib1.dll $SYSTEMROOT/System32
110114

111115
* `openbabel-python 1.7 <http://softlayer.dl.sourceforge.net/project/openbabel/openbabel-python/1.7/openbabel-python-1.7.py27.exe>`_
112116
* `py2cairo 1.10.0 <http://wxpython.org/cairo/py2cairo-1.10.0.win32-py2.7.exe>`_
113-
* `Cython 0.16 <http://www.lfd.uci.edu/~gohlke/pythonlibs/sngyd84i/Cython-0.16.win32-py2.7.exe>`_
114117
* `Graphviz 2.28.0 <http://www.graphviz.org/pub/graphviz/stable/windows/graphviz-2.28.0.msi>`_
115118

116119
.. _remainingdependencies:
@@ -120,10 +123,9 @@ Remaining Dependencies
120123

121124
Install the remaining six python dependencies using 'pip': ::
122125

123-
curl http://python-distribute.org/distribute_setup.py | python
124-
rm distribute*.tar.gz
126+
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
125127
easy_install pip
126-
pip install nose quantities sphinx pydot psutil xlwt
128+
pip install nose quantities sphinx pydot psutil xlwt cython==0.16
127129

128130
.. _rmgsources:
129131

0 commit comments

Comments
 (0)