AnyPyTools is an open source python library for working with the AnyBody Modeling System.
Download and install the Anaconda Python distribution
After installation, open the Anaconda command prompt and type:
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 [ ]: