readme, requirements

This commit is contained in:
Brian Duggan 2018-05-22 12:29:14 -04:00
commit 6349f7e60e
2 changed files with 10 additions and 0 deletions

9
README.md Normal file
View File

@ -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

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
tornado==5.0.2