Skip to content

Commit ab567a0

Browse files
committed
Update the project
1 parent 09f5fb2 commit ab567a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language for junior, intermediate, and advanced programmers. It covers
77
everything from the basics of Python syntax to advanced topics like
88
SOLID principles, design patterns, and best practices.
99

10-
## Pre-requisites
10+
## Prerequisites
1111

1212
Ensure that the following tools are installed before setting up the project:
1313

@@ -29,17 +29,17 @@ Change into the project directory:
2929
cd python-by-example
3030
```
3131

32-
Create a virtual environment and install dependencies:
33-
34-
- For Linx and macOS, use the following commands:
32+
For Linx and macOS, create a virtual environment and install the dependencies
33+
using the following commands:
3534

3635
```bash
3736
python -m venv .venv
3837
source .venv/bin/activate
3938
pip install -r requirements.txt
4039
```
4140

42-
- For Windows, use the following commands:
41+
For Windows users, use the following commands to create a virtual environment
42+
and install the dependencies:
4343

4444
```cmd
4545
python -m venv .venv

0 commit comments

Comments
 (0)