We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6b48c commit 336eafcCopy full SHA for 336eafc
README.md
@@ -113,12 +113,11 @@ else fails, try removing the virtual environment and reinstalling:
113
```
114
pipenv install --dev
115
116
-
117
- - 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:
118
- ```
119
- pipenv install --dev --python /opt/homebrew/bin/python3.11
120
121
+ - 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
122
123
[pipenverror]: https://github.com/pypa/pipenv/issues/1918
124
0 commit comments