diff --git a/docs/README.md b/docs/README.md index 21f8e1f..1e06bf7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,10 +36,14 @@ Example: # Getting Started ## Dependencies -To run the program, you will need the following dependencies: -`pip install requests` -`pip install jsonpickle` -`pip install canvasapi` +To run the program, you will need the following dependencies: +`pip install requests` +`pip install jsonpickle` +`pip install canvasapi` +`pip install python-dateutil` + +You can install these dependencies using +`pip install -r requirements.txt` Then run from the command line: `python export.py` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..aa336e9 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +requests +jsonpickle +canvasapi +python-dateutil