Skip to content

Commit 5b63ec3

Browse files
committed
Fix README
1 parent 4680e73 commit 5b63ec3

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff 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
2410
cd 01_basics
25-
11+
python variables.py
2612
```
2713

2814
### Step 2: Start with Variables

0 commit comments

Comments
 (0)