Install and setup


AnyPyTools is an open source python library for working with the AnyBody Modeling System.

Requirements:

Easy Installation:

conda config --add channels conda-forge
conda install anypytools

This will install the newest version of AnyPyTools. Note: If Anaconda is 'Installed for all users' it may be necessary to run the command with admin rights.

To update the package in case of newer versions run

conda update anypytools


In [ ]: