Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

To use the Python DeepDetect client, install python-requests. On Ubuntu:

sudo apt-get install python-requests

Then either copy it into your Python code repository or point your PYTHONPATH to it:

export PYTHONPATH=/path/to/deepdetect/clients/python/:$PYTHONPATH