File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1- build
1+ build
2+ venv
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ This handbook is written in Markdown format. You can use any text editor to edit
2121
2222To set up the required environment and install the necessary packages, follow these steps:
2323
24- Change to the Python3 environment:
24+ Create Python virtual environment:
2525
2626``` bash
27+ python3 -m venv venv
2728source venv/bin/activate
2829```
2930
Original file line number Diff line number Diff line change 1+ application_properties == 0.8.2
2+ beautifulsoup4 == 4.12.3
3+ bracex == 2.5
4+ certifi == 2024.7.4
5+ charset-normalizer == 3.3.2
6+ Columnar == 1.4.1
7+ html5lib == 1.1
8+ idna == 3.8
9+ language_tool_python == 2.8.1
10+ lxml == 5.3.0
11+ Markdown == 3.7
12+ pymarkdownlnt == 0.9.22
13+ pyspelling == 2.10
14+ PyYAML == 6.0.2
15+ requests == 2.32.3
16+ six == 1.16.0
17+ soupsieve == 2.6
18+ tomli == 2.0.1
19+ toolz == 0.12.1
20+ tqdm == 4.66.5
21+ typing_extensions == 4.12.2
22+ urllib3 == 2.2.2
23+ wcmatch == 9.0
24+ wcwidth == 0.2.13
25+ webencodings == 0.5.1
26+ wheel == 0.44.0
You can’t perform that action at this time.
0 commit comments