This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
using_the_eve_online_apis [2017/01/21 14:06] jtkorb [Other Notes] |
using_the_eve_online_apis [2019/05/10 07:08] (current) jtkorb [Additions to Web2Py to Support Access to the EVE Online API] |
||
---|---|---|---|
Line 14: | Line 14: | ||
* Install additional Python modules needed by Web2Py to support the EVE Online API (be sure to install using pip in virtualenv): | * Install additional Python modules needed by Web2Py to support the EVE Online API (be sure to install using pip in virtualenv): | ||
+ | source python/bin/activate | ||
pip install requests | pip install requests | ||
pip install bravado # some effort to fully install; needed to --force-reinstall | pip install bravado # some effort to fully install; needed to --force-reinstall |