commit 6349f7e60e891143c720fa00b781354b806518eb Author: Brian Duggan Date: Tue May 22 12:29:14 2018 -0400 readme, requirements diff --git a/README.md b/README.md new file mode 100644 index 00000000..33986703 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ + +# ATST + +## Installation + brew install python3 + python3 -m venv .venv + . .venv/bin/activate + pip install --upgrade pip + pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..041ebcb4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +tornado==5.0.2