How to install Pyteomics¶
Required Python versions¶
Pyteomics supports Python 2.7 and Python 3. Python 2.6 and older are not supported.
Project dependencies¶
Pyteomics uses the following python packages:
- numpy
- matplotlib (used by pyteomics.pylab_aux)
- lxml (used by pyteomics.mzml, pyteomics.pepxml, pyteomics.mzid)
GNU/Linux¶
The preferred way to obtain Pyteomics is via pip Python package manager. The shell code for a freshly installed Ubuntu system:
sudo apt-get install python-setuptools python-dev build-essential
sudo easy_install pip
sudo pip install lxml numpy matplotlib pyteomics