Update README directions for app setup
This commit is contained in:
parent
5eae33b44f
commit
046e4fe4db
12
README.md
12
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user