Skip to content

Commit bc04670

Browse files
Update Lab.md
1 parent 4b27f24 commit bc04670

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Lab.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
```python
3+
pip install virtualenv
4+
virtualenv venv
5+
venv\Scripts\activate
6+
7+
```
8+
9+
210
```python
311
pip install django
412
```

0 commit comments

Comments
 (0)