From f7b892cbb911d463a9311c57d09489417f7ab250 Mon Sep 17 00:00:00 2001 From: zevav Date: Tue, 13 Oct 2020 01:52:15 +0200 Subject: [PATCH] readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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`