Fix filepath-related crashes, organize files better, download single-student submissions, fix dependencies, etc. #6
|
@ -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