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

From OpenWetWare
Jump to navigationJump to search
Line 46: Line 46:
python setup.py install
python setup.py install
</pre>
</pre>
*Download and extract [http://biopython.org/wiki/Download BioPython] source file
*Download and extract [http://biopython.org/wiki/Download BioPython] source file (latest tar.gz file)
**http://biopython.org/DIST/biopython-1.42.tar.gz
*From the extracted directory, run the following commands:
*From the extracted directory, run the following commands:
<pre>
<pre>

Revision as of 17:16, 8 April 2007

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