Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion labs/coding-102-rest-python-ga/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For more information, click the "How to Set Up Your Computer" link at the top of
* Open the Git Command window by clicking the *Git CMD* icon on the Task Bar or click the Start button. Then, in the Run bar, enter: `git cmd`.
* **If you are working from your computer**, on your computer open a command terminal.
![](/posts/files/coding-102-rest-python-ga/assets/images/create_directory.png)<br/><br/>
* Clone the coding skills sample code from GitHub. Enter the following command.
* Clone the coding skills sample code from GitHub. Enter the following command. This will copy Cisco DevNet's coding samples directory down to your computer so you may work with it locally.
```
git clone https://github.com/CiscoDevNet/coding-skills-sample-code
```
Expand Down