Harvard:Biophysics 101/2009:Python: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: {{Template:Harvard_Biophysics_101:2009}} <div style="padding: 10px; width: 720px; border: 5px solid #DDDDFF;"> ==Python== '''Installation''' *[http://python.org/download/ Main download p...)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
'''Pre-installation dependencies'''
'''Pre-installation dependencies'''
*Python (see above)
*Python (see above)
*[http://www.egenix.com/files/python/mxTextTools.html mxTextTools] ([http://www.egenix.com/files/python/egenix-mx-base-2.0.6.win32-py2.5.exe direct link to Windows installer])
*[http://www.egenix.com/files/python/mxTextTools.html mxTextTools] ([http://www.egenix.com/files/python/egenix-mx-base-3.1.2.win32-py2.6.msi direct link to Windows installer])
*[http://numpy.scipy.org/#older_array Numeric 24.2] ([http://biopython.org/DIST/Numeric-24.2.win32-py2.5.exe direct link to Windows installer])
*[http://numpy.scipy.org/#older_array Numeric 24.2] ([http://sourceforge.net/projects/numpy/files/NumPy/1.3.0/numpy-1.3.0-win32-superpack-python2.6.exe/download direct link to Windows installer])


'''Windows Installation'''
'''Windows Installation'''

Latest revision as of 12:41, 13 September 2009

Biophysics 101: Genomics, Computing, and Economics

Home        People        Schedule        Project        Assignments        Python        Help       

Python

Installation

Reading Material

BioPython

Documentation

Pre-installation dependencies

Windows Installation

OS X Installation

python setup.py build
python setup.py install
  • Download and extract BioPython source file (latest tar.gz file)
  • From the extracted directory, run the following commands:
python setup.py build
python setup.py test
python setup.py install

Linux