You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How do I get the API (web) app in my local computer?
2
+
3
+
You should now have a copy of this course repository in your
4
+
local computer. The most important thing is to make sure your
5
+
local copy is up to date with our version (your Python instructors).
6
+
7
+
If you are using GitKraken:
8
+
1. Open GitKraken and make sure you are on the master branch of the 'Shef_CodeFirst_Python'(remember this is displayed on the top left corner of the app).
9
+
2. Click on the pull icon and you should then see the usual blue pop over saying your version is up to date.
10
+
3. You are ready to go!
11
+
12
+
If you're using the command line:
13
+
1. Navigate to your local copy of the repository
14
+
2. Make sure your local copy is up to date by typing `git pull`
15
+
3. That's it!
16
+
17
+
Once you have updated your local repository you should be able to see a `session5` directory
0 commit comments