Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Zusätzlich zu den Modulen aus den Standardpaketen sind folgende Python Module installiert:

Python ModulVersion
acora1.8
argparse1.2.1
Biopython1.61
Cython0.19.1
fisher0.1.4
graphviz0.4.9

humanfriendly

1.9.4
Mako1.0.4
MarkupSafe0.23
matplotlib1.4.3
mock1.0.1
nose1.3.7
NumPy1.7.1
pandas0.16.2
pydot-ng1.0.0
pyfasta0.4.5
pyGPU0.2.1
pyparsing2.0.2
pysam0.7.5
python-dateutil2.4.0
python-Levenshtein0.12.0
pytz2015.4
scikits.statsmodels0.3.1
SciPy0.12.0
six1.9.0
Spanki0.4.2
texttable0.8.1
virtualenv13.1.0


Info

Eine vollständige Auflistung aller verfügbaren Pakete erhält man durch

help("modules")

in einem Python Script oder der Python Shell.


Eigene Python-Pakete nachinstallieren


Codeblock
languagebash
python setup.py install --user --prefix=


Codeblock
languagebash
pip install --user