From 046e4fe4db3c98536bd574b0438448a404f54592 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Fri, 25 May 2018 14:56:25 -0400 Subject: [PATCH] Update README directions for app setup --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8f8e2b53..1a50ce22 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,7 @@ ## Installation - brew install python3 - python3 -m venv .venv - . .venv/bin/activate - pip install --upgrade pip - pip install -r requirements.txt - npm install - gem install sass + ./script/setup ## Running (development) @@ -23,6 +17,10 @@ To start the app and watch for changes: To run unit tests: + ./script/test + +or + python -m pytest or