Skip to content
Snippets Groups Projects
Commit 72757e84 authored by inso's avatar inso
Browse files

Fix pip install

parent 355135f3
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ install:
- pip install requests
- pip install base58
- pip install quamash
- pip install asyncio
- pip install aiohttp
- pip install git+https://github.com/Insoleet/pretenders.git@develop
- python gen_resources.py
- python gen_translations.py
......
......@@ -16,7 +16,7 @@ pip install libnacl
pip install requests
pip install base58
pip install quamash
pip install asyncio
pip install aiohttp
pip install git+https://github.com/Insoleet/pretenders.git@develop
python gen_resources.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment