添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
勤奋的鸭蛋  ·  python - Set up of ...·  3 月前    · 
风度翩翩的麦片  ·  Plugin to set scale ...·  3 月前    · 
大力的长颈鹿  ·  python - Conda env ...·  3 月前    · 
鼻子大的生姜  ·  Xp65 conda init fails ...·  3 月前    · 
刚毅的韭菜  ·  Jupyter Docker Stack ...·  3 月前    · 
机灵的鸡蛋面  ·  安妮_百度百科·  8 月前    · 
直爽的熊猫  ·  Configure browser to ...·  8 月前    · 

Installation Quick Start

MDAnalysis offers two methods to install the released version. For most users we recommend the Conda installation method.

Conda

If you don’t have conda installed yet, follow the installation instructions for conda .

To install the lastest stable release with conda do:

conda config --add channels conda-forge
conda install mdanalysis

To upgrade to the latest stable release.

conda update mdanalysis

To run the test cases and examples, also install the unit tests (about 53 MiB in size):

conda install MDAnalysisTests

The conda packages currently only support serial calculations. If you plan to use the parallel OpenMP algorithms you need to install MDAnalysis from the Python Package Index and have a working OpenMP installation.

Python Package Index

To install the latest stable release with pip (which should be available in all Python installations) do:

pip install --upgrade MDAnalysis

To run the test cases and examples, also install the unit tests (about 53 MiB in size):

pip install --upgrade MDAnalysisTests

For more details on installation and alternative ways to install MDAnalysis see Installing MDAnalysis in the User Guide .

If you have questions with the installation, please ask on the mdnalysis-discussion mailing list.