Skip to content

Commit 632058e

Browse files
author
Tania Allard
committed
Add instructions for running app
1 parent a26dfa1 commit 632058e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

session5/instructions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 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

Comments
 (0)