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

Fix pip install

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