microsoft / c9-python-getting-started

Sample code for Channel 9 Python for Beginners course
MIT License
7.75k stars 2.25k forks source link

Adding a new requirements.txt file for installation of requests modules in the CallingAPIs folder #32

Closed pranav1698 closed 4 years ago

pranav1698 commented 4 years ago

This is a follow up to #22 This will add new requirements.txt file that will contain all the modules that are required for the execution of the Python scripts, I will also add documentation on how to use the requirements text file.