How To Install Spoonacular Python Package
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
You're right something is strange, I tried a more direct approach:
git clone https://github.com/ddsky/spoonacular-api-clients.git
$ cd spoonacular-api-clients/python
$ python setup.py install
Post a Comment for "How To Install Spoonacular Python Package"