andreped commited on
Commit
3d53d54
·
unverified ·
1 Parent(s): 335df90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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
  ```