Handy Python scripts for ChE344
- Free software: BSD license
- Documentation: https://umich-che344.readthedocs.io.
Make sure python is installed. Python 3.5 is recommended. The package is meant to be python 2.7 compatible, but primarily tested with Python 3.5. There are many ways to install python. We recommend http://conda.pydata.org/miniconda.html
From the base folder where you would like the set of files (a new folder will be created, by default called md_utils):
git clone https://github.com/team-mayes/umich_che344.git
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.