Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.31 KB

File metadata and controls

36 lines (22 loc) · 1.31 KB

molecool

Travis Build Status AppVeyor Build status codecov

A Python package for analyzing and visualizing xyz files. For MolSSI Workshop Python Package development workshop.

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

pip install -e .

in the repository directory.

Copyright

Copyright (c) 2020, Yihang Wang

Acknowledgements

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

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