summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8449551..7063de5 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,11 @@ dev-backend:
dev-all:
pip install -e '.[all]'
+dev-latest-all: dev-all
+ pip install -e 'git+https://0xacab.org/leap/leap_pycommon@master#egg=leap.common'
+ pip install -e 'git+https://0xacab.org/leap/soledad@develop#egg=leap.soledad.common&subdirectory=common'
+ pip install -e 'git+https://0xacab.org/leap/soledad@develop#egg=leap.soledad.client&subdirectory=client'
+
uninstall:
pip uninstall leap.bitmask