Update README directions for app setup

This commit is contained in:
Devon Mackay 2018-05-25 14:56:25 -04:00
parent 5eae33b44f
commit 046e4fe4db

View File

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