Harvard:Biophysics 101/2009:Python

From OpenWetWare
Revision as of 14:09, 8 September 2009 by Harriswang (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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