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
|
@ -2,4 +2,10 @@
|
|||
|
||||
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