Skip to content

Commit 3905567

Browse files
committed
chore: add Python env with packages
1 parent 84744a7 commit 3905567

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
build
1+
build
2+
venv

CONTRIBUTION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ This handbook is written in Markdown format. You can use any text editor to edit
2121

2222
To 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
2728
source venv/bin/activate
2829
```
2930

requirements.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)