Skip to content

Commit

Permalink
updated docs per sean's issue + test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jan 4, 2024
1 parent 9abaae3 commit acce99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
python -m pip install poetry
poetry config virtualenvs.in-project true
poetry install
poetry add psycopg2-binary
- name: Make files
run: |
make metropolis/local_rsa_privkey.pem
Expand Down
2 changes: 2 additions & 0 deletions docs/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ poetry run python ./manage.py runserver
```

### Errors
##### Any issue with psycopg2
- `pip install psycopg2-binary` and try again (pip3 if you have both python 2 and 3 installed)
#### Windows
###### poetry ModuleNotFoundError: No module named 'charset_normalizer'
reinstall poetry and run poetry install in an elevated (admin) terminal
Expand Down

0 comments on commit acce99b

Please sign in to comment.