8000 Refactor setup steps in slides_0 · lyip1/intro-to-python@e91d8a4 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit e91d8a4

Browse files
committed
Refactor setup steps in slides_0
1 parent ec1c985 commit e91d8a4

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

session_00/slides_0.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ clear # Clears the terminal screen
164164

165165
- UP / DOWN Arrows - Scroll backward and forwards through previous commands you’ve typed in the current session. ​
166166

167-
- F3 - Repeat the previous command​.
168-
169167
- CTRL + C - Abort the current line you’re typing or a command that is currently executing​.
170168

171169

@@ -181,18 +179,28 @@ clear # Clears the terminal screen
181179

182180
# Steps
183181

184-
### On Github
182+
### I. On [Github](https://github.com/)
183+
184+
1. Fork the intro-to-python repo → https://github.com/sergiuHudrea/intro-to-python.
185+
- The "Fork" icon will be situated in the top right hand corner.
186+
- When creating the new fork, select your account as the "Owner".
187+
2. Copy the link of your newly forked repository.
188+
- The link should have this format: https://github.com/YOUR_GITHUB_USERNAME/intro-to-python
189+
190+
191+
---
185192

186-
1. Fork the intro-to-python repo → https://github.com/sergiuHudrea/intro-to-python
187193

188-
### On Replit
194+
### II. On [Replit](https://replit.com/)
189195

190-
1. Click on "Create Repl".
196+
1. Click on "Create Repl" in the top right hand corner.
191197
2. Select "Import from GitHub"
192198
3. Paste link of your newly forked repo into the "GitHub URL" section.
193199
4. Click on "Import from GitHub".
194-
4. Check that you have access to the Shell.
195-
5. Start Section A from exercises_0.md. Make sure you click on "Open preview", so you can see nicely formatted.
200+
5. When loaded, click on the "Git" icon from the "Tools" section, situated in the bottom left side.
201+
6. In the newly opened Git window, click on "Connect to GitHub" and follow the steps. Click on "Only selected repositories", select your forked repository, and then click on "Install and Authorize".
202+
7. Open a Shell window and a second window for displaying the contents of the exercises_0.md file.
203+
8. Start Section A from exercises_0.md. Make sure you click on "Open preview", so you can see the content nicely formatted.
196204

197205

198206
---

0 commit comments

Comments
 (0)
0