Set Up#

Installing the Software Locally#

You may also choose to install software and run the tutorial locally. In order to do so, you will need to have Docker and Python installed on your machine. We recommend using the conda package manager for Python installation and environment management. If you’d like to know more detailed instructions as well as MolSSI’s recommendations for computer set-up, see these instructions from our Best Practices workshop.

After ensuring you have the necessary software installed, create an environment for this project then install mdimechanic using pip:

conda create -n mdi-ani-workshop python=3.11
pip install mdimechanic

To complete this tutorial, clone the starting repository.

git clone https://github.com/MolSSI-MDI/mdi-ani-workshop.git