Skip to content

Commit 336eafc

Browse files
committed
improve formatting
1 parent 6a6b48c commit 336eafc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,11 @@ else fails, try removing the virtual environment and reinstalling:
113113
```
114114
pipenv install --dev
115115
```
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-
116+
- If there's no Python 3.11 on your system (or if pipenv can't find it),
117+
you may need to specify the Python location. For example:
118+
```
119+
pipenv install --dev --python /opt/homebrew/bin/python3.11
120+
```
122121
123122
[pipenverror]: https://github.com/pypa/pipenv/issues/1918
124123

0 commit comments

Comments
 (0)