Add missing pyyaml dependency to lists
This commit is contained in:
parent
d9b6c66c33
commit
114f8e95ea
|
@ -35,12 +35,14 @@ Example:
|
||||||
- all_output.json
|
- all_output.json
|
||||||
|
|
||||||
# Getting Started
|
# Getting Started
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
To run the program, you will need the following dependencies:
|
To run the program, you will need the following dependencies:
|
||||||
`pip install requests`
|
`pip install requests`
|
||||||
`pip install jsonpickle`
|
`pip install jsonpickle`
|
||||||
`pip install canvasapi`
|
`pip install canvasapi`
|
||||||
`pip install python-dateutil`
|
`pip install python-dateutil`
|
||||||
|
`pip install PyYAML`
|
||||||
|
|
||||||
You can install these dependencies using
|
You can install these dependencies using
|
||||||
`pip install -r requirements.txt`
|
`pip install -r requirements.txt`
|
||||||
|
|
|
@ -2,3 +2,4 @@ requests
|
||||||
jsonpickle
|
jsonpickle
|
||||||
canvasapi
|
canvasapi
|
||||||
python-dateutil
|
python-dateutil
|
||||||
|
PyYAML
|
||||||
|
|
Loading…
Reference in New Issue