A Python package for analyzing and visualizing pdb and xyz files. For MolSSI May webinar series.
This repository is currently under development. To developmentally install, download this repository and type
pip install -e .
in the repository directory. This package requires the following:
- NumPy
- Matplotlib
Features should be developed on branches. To create and switch to a branch, use the command:
git checkout -b new_branch_name
To switch to an existing branch, use
git checkout new_branch_name
To submit your feature to be incorporated to the master branch, you should submit a Pull Request. The repository maintainers will review your pull before accepting your changes.
Copyright (c) 2020, Clyde Daly
Project based on the Computational Molecular Science Python Cookiecutter version 1.2.