Skip to content

Commit cbe4e3a

Browse files
Docs: fix incorrect requirements install path in troubleshooting and developer FAQ (#4991)
Co-authored-by: Rishabh Jain <rishabhjain2018@gmail.com>
1 parent f21da89 commit cbe4e3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/07-troubleshooting/support/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
9696
Error:
9797

docs/source/faq(developers).md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
4343
2. `sudo apt-get install python-psycopg2`
4444
3. `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
```
4949
Command “python setup.py egg_info” failed with error code 1 in

0 commit comments

Comments
 (0)