Skip to content

Commit

Permalink
fix linux package installation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Diwakar-Gupta authored Jun 4, 2024
1 parent 80c0fcc commit 733ce96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ pip install -r ./requirements.txt
```

For sure you will get some errors after running above step fix those and then continue.
Most common problems
1. OS: linux, package: psycopg2 -> check https://stackoverflow.com/questions/47318227/cannot-install-psycopg2-ubuntu


```bash
python manage.py makemigrations
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asgiref==3.7.2
backports.zoneinfo==0.2.1
backports.zoneinfo;python_version<"3.9"
CacheControl==0.13.1
cachetools==5.3.2
certifi==2023.11.17
Expand Down

0 comments on commit 733ce96

Please sign in to comment.