Harvard:Biophysics 101/2007:Python

From OpenWetWare
Jump to navigationJump to search
Biophysics 101: Genomics, Computing, and Economics

Home        People        Schedule        Project        Python        Help       

Python

Installation

Documentation

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