-
Notifications
You must be signed in to change notification settings - Fork 853
Installing from binary packages
Hai Nguyen edited this page Mar 15, 2016
·
15 revisions
For some platforms, MDAnalysis can be installed directly in pre-compiled form. (If no pre-compiled packages are available, please see installing MDAnalysis from source.)
Note: This currently experimental, feedback welcome (at PR #751)
- Experimental, since 0.14.0 (see issue #608 with PR #751).
- Currently only Linux 64 bit supported.
- Currently only Python 2.
Install the current anaconda package according to the conda docs. Users can either install by one step:
conda install -c https://conda.anaconda.org/mdanalysis mdanalysisOr two steps, first add the official MDAnalysis anaconda channel, (this has to be done once):
conda config --add channels MDAnalysisThen install MDAnalysis
conda install mdanalysisUpdate MDAnalysis
conda update mdanalysisSome third-party repositories might have binary packages of MDAnalysis but we are not currently making any binary packages available.