diff --git a/docs/README.md b/docs/README.md index 1e06bf7..7377b67 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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` diff --git a/requirements.txt b/requirements.txt index aa336e9..0a6a4fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ requests jsonpickle canvasapi python-dateutil +PyYAML