Add requirements.txt and instllation section in docs
This commit is contained in:
parent
10061cd0c4
commit
79bd692c88
2 changed files with 13 additions and 1 deletions
|
@ -3,3 +3,9 @@
|
||||||
Unofficial eduVulcan client for PC
|
Unofficial eduVulcan client for PC
|
||||||
|
|
||||||
Full of programming warcrimes
|
Full of programming warcrimes
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
6
requirements.txt
Normal file
6
requirements.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
beautifulsoup4
|
||||||
|
cryptography
|
||||||
|
flet
|
||||||
|
pydantic
|
||||||
|
pyOpenSSL
|
||||||
|
Requests
|
Loading…
Add table
Reference in a new issue