Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,11 @@ And of course, all of this completely **_FOR FREE_**!
|
|
46 |
```
|
47 |
git clone https://github.com/<username>/INF1600-ai-workshop.git
|
48 |
```
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
4. After cloning, go inside the repository, and from the terminal run these lines to create a virtual environment and activate it:
|
51 |
```
|
|
|
46 |
```
|
47 |
git clone https://github.com/<username>/INF1600-ai-workshop.git
|
48 |
```
|
49 |
+
Move into the new directory:
|
50 |
+
```
|
51 |
+
cd INF-1600-ai-workshop
|
52 |
+
```
|
53 |
+
|
54 |
|
55 |
4. After cloning, go inside the repository, and from the terminal run these lines to create a virtual environment and activate it:
|
56 |
```
|