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