Install fixes (#567)

* Update psycopg2 (previous was broken on Mac)

* Update readme

* Update recomp version, find the extracted tar contents
This commit is contained in:
EllipticEllipsis
2022-10-22 04:42:46 +01:00
committed by GitHub
parent 80f74bbe72
commit cdcfa59cfe
4 changed files with 225 additions and 187 deletions

View File

@@ -2,7 +2,7 @@
Poetry creates a virtualenv where packages for the site are installed. You can set your python interpreter path in vscode to use this virtualenv's interpreter, which will allow a much nicer backend development experience.
1. Inside the `backend/` directory, run `poetry debug` and copy the "Path:" property under the "Virtualenv" category.
1. Inside the `backend/` directory, run `poetry debug info` and copy the "Path:" property under the "Virtualenv" category.
<img width="580" alt="image" src="https://user-images.githubusercontent.com/2985314/190146150-4ac8ecdd-dcfa-4e8e-a8b2-4913044aa088.png">