diff --git a/README.md b/README.md new file mode 100644 index 0000000..c66f466 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Prereqs +Python 3.5 or higher. + +# Installation +`$ python -m venv .venv; source .venv/bin/activate; python -m pip install -r requirements.txt` + +# Run The Tests +`$ python -m pytest`