Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.29 KB

molecool

Travis Build Status AppVeyor Build status codecov

A Python package for analyzing and visualizing pdb and xyz files. For MolSSI May webinar series.

This repository is currently under development. To developmental install, download repository and type

pip install -e .

in the repository directory.

This package requires the following:

  • NumPy
  • MatPlotLib

Features should be developed on braches. 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 branch_name

Copyright

Copyright (c) 2020, Madison B. Berger

Acknowledgements

Project based on the Computational Molecular Science Python Cookiecutter version 1.2.