Skip to content

Commit f8e484a

Browse files
committed
added additional command to readme file
1 parent 0a65909 commit f8e484a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ else fails, try removing the virtual environment and reinstalling:
114114
pipenv install --dev
115115
```
116116
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+
122+
117123
[pipenverror]: https://github.com/pypa/pipenv/issues/1918
118124
119125

assets/static/vocabulary/css/vocabulary.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ EX:
4343
/* typography */
4444

4545
body {
46-
display: grid;
46+
/* display: grid;
4747
grid-template-columns: 5% 3% 6% 6% 15% 30% 15% 6% 6% 3% 5%;
48-
overflow-x: hidden;
48+
overflow-x: hidden; */
4949

5050
font-weight: 400;
5151
-moz-osx-font-smoothing: grayscale;

0 commit comments

Comments
 (0)