added prerequisites
This commit is contained in:
parent
481cdbcbe0
commit
99da471b19
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Wrapper de notes pour [uPortal](https://github.com/uPortal-Project/uPortal-start)
|
# Wrapper de notes pour [uPortal](https://github.com/uPortal-Project/uPortal-start)
|
||||||
|
|
||||||
|
## Pré-requis
|
||||||
|
```
|
||||||
|
bs4==4.10.0
|
||||||
|
```
|
||||||
|
|
||||||
## Utilisation
|
## Utilisation
|
||||||
```
|
```
|
||||||
python3 main.py <link to the uPortal instance> <username> <password>
|
python3 main.py <link to the uPortal instance> <username> <password>
|
||||||
|
|
Reference in a new issue