Skip to content

Commit

Permalink
Merge pull request #834 from Dev-JoyA/adding-documentation-to-readme-…
Browse files Browse the repository at this point in the history
…file

added additional command to readme file
  • Loading branch information
TimidRobot authored Nov 5, 2024
2 parents bb6809a + 336eafc commit 17b2d7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ else fails, try removing the virtual environment and reinstalling:
```
pipenv install --dev
```
- If there's no Python 3.11 on your system (or if pipenv can't find it),
you may need to specify the Python location. For example:
```
pipenv install --dev --python /opt/homebrew/bin/python3.11
```

[pipenverror]: https://github.com/pypa/pipenv/issues/1918

Expand Down

0 comments on commit 17b2d7d

Please sign in to comment.