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