Skip to content

Commit a3452d7

Browse files
committed
Update Python version requirement in README and clarify venv activation steps
1 parent 59738d8 commit a3452d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

venv-environment/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide will help you set up a Python virtual environment using `venv` and th
66

77
1. **Install Python**
88

9-
Ensure you have Python 3.8 or newer installed. You can download Python from the [official Python website](https://www.python.org/downloads/).
9+
Ensure you have Python 3.10 or newer installed. You can download Python from the [official Python website](https://www.python.org/downloads/).
1010

1111
- [MacOS](https://www.python.org/downloads/macos/)
1212
- [Windows](https://www.python.org/downloads/windows/)
@@ -48,9 +48,10 @@ This guide will help you set up a Python virtual environment using `venv` and th
4848

4949
3. **Install dependencies**
5050

51-
Install the required packages using pip and the requirements.txt file:
51+
Navigate to the `venv-environment` directory then run the `pip install` command:
5252

5353
```bash
54+
cd venv-environment
5455
pip install -r requirements.txt
5556
```
5657

0 commit comments

Comments
 (0)