asterisk / ari-py

Library for accessing the Asterisk REST Interface
Other
151 stars 106 forks source link

Updated read me to specify required dependencies #4

Closed thmcmahon closed 10 years ago

thmcmahon commented 10 years ago

Added some extra information to the README to provide instructions to install the correct versions of requests and websocket-client, as per issue 3.

The only thing I changed was the 'sudo ./setup.py install' to 'pip install git+https://github.com/asterisk/ari-py.git', so that it installs into the virtualenv.

matt-jordan commented 10 years ago

With the fix to swagger-py, the explicit versions of the libraries mentioned in your patch should no longer be the case.