Skip to content

Commit e4aae58

Browse files
committed
Fix tree
1 parent 69f3b39 commit e4aae58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en/django_installation/instructions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,10 @@ First create a `requirements.txt` file inside of the `djangogirls/` folder, usin
183183
184184
```
185185
djangogirls
186+
├── myvenv
187+
│ └── ...
186188
└───requirements.txt
187189
```
188-
> **Note**: in your directory structure, you will also see your `venv` directory.
189190
190191
In your `djangogirls/requirements.txt` file you should add the following text:
191192

0 commit comments

Comments
 (0)