I'm trying to use the spoonacular python API found here https://github.com/ddsky/spoonacular-api-clients/tree/master/python
However, I can't seem to figure out how to install it in a virtualenv. I'm used to installing packages using pip. So when the instructions say to install like this:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
do I need to save this directory (https://github.com/ddsky/spoonacular-api-clients/tree/master/python) to my own GitHub repo?
Any help would be greatly appreciated!