File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This guide will help you set up a Python virtual environment using `venv` and th
6
6
7
7
1 . ** Install Python**
8
8
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/ ) .
10
10
11
11
- [ MacOS] ( https://www.python.org/downloads/macos/ )
12
12
- [ 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
48
48
49
49
3 . ** Install dependencies**
50
50
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 :
52
52
53
53
``` bash
54
+ cd venv-environment
54
55
pip install -r requirements.txt
55
56
```
56
57
You can’t perform that action at this time.
0 commit comments