Skip to content

Commit c64f62f

Browse files
authored
Merge pull request DjangoGirls#1584 from kaizumaki/feature/note-about-tree
Indicate that directory venv is also there when showing where to put requirements.txt
2 parents 253f5b5 + e4aae58 commit c64f62f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/django_installation/instructions.md

+2
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ First create a `requirements.txt` file inside of the `djangogirls/` folder, usin
183183
184184
```
185185
djangogirls
186+
├── myvenv
187+
│ └── ...
186188
└───requirements.txt
187189
```
188190

0 commit comments

Comments
 (0)