File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
07-troubleshooting/support Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ This means your new code isn't covered by tests. Click on the coverage report to
9191
9292# # Logs & Debugging
9393
94- # ## Q. How do I debug `psycopg2` installation errors while using `pip install -r dev/requirement .txt`?
94+ # ## Q. How do I debug `psycopg2` installation errors while using `pip install -r requirements/dev .txt`?
9595
9696Error:
9797
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ We have removed the documentation for setting up using virtual environment since
2727
2828### Common Errors during installation
2929
30- #### Q. While using ` pip install -r dev/requirement .txt `
30+ #### Q. While using ` pip install -r requirements/dev .txt `
3131
3232```
3333 Writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
@@ -43,7 +43,7 @@ Use the following commands in order to solve the error:
43432 . ` sudo apt-get install python-psycopg2 `
44443 . ` sudo apt-get install libpq-dev `
4545
46- #### Q. While using ` pip install -r dev/requirement .txt `
46+ #### Q. While using ` pip install -r requirements/dev .txt `
4747
4848```
4949Command “python setup.py egg_info” failed with error code 1 in
You can’t perform that action at this time.
0 commit comments