Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Nov 5, 2024
1 parent 6a6b48c commit 336eafc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +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
```
- 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 336eafc

Please sign in to comment.