Unclear how to install aiohttp_admin in another project
gyermolenko opened this issue · 3 comments
gyermolenko commented
I tried to do pip install aiohttp-admin
and pip install aiohttp_admin
- and got a Could not find a version that satisfies the requirement
message from pip.
The best way to install it I found so far is pip install -e .
Is there a better way to include aiohttp_admin
into user's project?
jettify commented
I do not think I deployed it to pypi, can do tonight
gyermolenko commented
@jettify great news!
Could we also fix documentation at http://aiohttp-admin.readthedocs.io/ ?