File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,11 @@ A template repository for creating Python coding examples and exercises for Robo
44
55## 🚀 Getting Started
66
7- ### Step 1: Navigate to## 📦 Package Management - Keep It Simple
7+ ### Step 1: Navigate to the Basics
88
9- ** Learn to use external packages with just the basics!** The ` 05_packages/ ` folder keeps it simple:
10-
11- ### What You'll Learn
12-
13- - ** pip install** : Add one external package to your Python
14- - ** requirements.txt** : Create a simple list of packages your project needs
15- - ** pip commands** : The essential commands every Python developer uses
16-
17- ### Why This Matters
18-
19- 🎯 ** Real Projects** : Most Python projects use external packages
20- 📝 ** Sharing Code** : Requirements files help others run your code
21- 🔧 ** Essential Skill** : pip is used daily by Python developers
22-
23- ** Simple exercises with just one package (colorama) to keep it manageable!** ```bash
9+ ``` bash
2410cd 01_basics
25-
11+ python variables.py
2612```
2713
2814### Step 2: Start with Variables
You can’t perform that action at this time.
0 commit comments