Skip to content

markab1018/python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOMEPROJECT

SOMEPROJECT is set up to run in bash *NIX environments. If running on Windows many of the scripts will not work properly.

Installing the Package

TODO

Setting up Development Environment

In order to set up a development environment for this tool, first clone the GitHub repo. Then create a virtual environment and install the tool with testing dependencies. Finally set up your githooks to ensure code that doesn't pass the static and unit tests is not committed.

git clone TODO
cd TODO
python3 -m venv .venv
pip install -e .[test]
git config core.hooksPath .githooks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages