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
|
## Installation
|
||||||
|
|
||||||
brew install python3
|
./script/setup
|
||||||
python3 -m venv .venv
|
|
||||||
. .venv/bin/activate
|
|
||||||
pip install --upgrade pip
|
|
||||||
pip install -r requirements.txt
|
|
||||||
npm install
|
|
||||||
gem install sass
|
|
||||||
|
|
||||||
## Running (development)
|
## Running (development)
|
||||||
|
|
||||||
@ -23,6 +17,10 @@ To start the app and watch for changes:
|
|||||||
|
|
||||||
To run unit tests:
|
To run unit tests:
|
||||||
|
|
||||||
|
./script/test
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
python -m pytest
|
python -m pytest
|
||||||
|
|
||||||
or
|
or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user