summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Wagner <bwagner@riseup.net>2016-03-10 15:42:54 -0300
committerBruno Wagner <bwagner@riseup.net>2016-03-10 15:44:14 -0300
commit4fb7e8724302f4fe30891b6132e9b85472d42708 (patch)
tree7af62029561c800487c57a88675a21fcee6051e7
parent2ec4556ac4228179ecb3671e852f1b5685067109 (diff)
[setup] pycommon pip installs in edit mode
Leap pycommon will now be installed in editable mode when you use pip install, so that you can run the tests and develop using only pip
-rw-r--r--pkg/requirements.pip1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip
index bb6cf99..bbf60f1 100644
--- a/pkg/requirements.pip
+++ b/pkg/requirements.pip
@@ -5,3 +5,4 @@ pyzmq>=14.4.1
txzmq>=0.7.3
https://launchpad.net/dirspec/stable-13-10/13.10/+download/dirspec-13.10.tar.gz
dirspec
+-e .