Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.1 KB

bootcamp_2023

GitHub Actions Build Status codecov

A sample package for 2023 MSF Bootcamp.

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

pip install -e .

in the repository directory.

This package requires numpy and 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 <branch_name>

Copyright

Copyright (c) 2023, Ericka Roy Miller

Acknowledgements

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