diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-05-07 13:56:18 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-05-07 14:03:32 -0300 |
commit | de214ccc07827c5ebad70588fa0096392f49f9ba (patch) | |
tree | c3c676c3b3e6f4edf1b769e867545790b96933e6 | |
parent | fbed553ede006f02ed2c65e0744a2fb3d7817582 (diff) |
Update README some more and bump leap.common
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | pkg/requirements.pip | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -46,7 +46,7 @@ $ sudo apt-get install python2.7 python-dev python-virtualenv virtualenvwrapper $ git clone https://github.com/leapcode/leap_mx.git leap_mx $ export WORKON_LEAPMX=${PWD}/leap_mx $ source /usr/local/bin/virtualenvwrapper.sh -$ mkvirtualenv -a $WORKON_LEAPMX -r ${WORKON_LEAPMX}/pkg/mx-requirements.pip \ +$ mkvirtualenv -a $WORKON_LEAPMX -r ${WORKON_LEAPMX}/pkg/requirements.pip \ --no-site-packages --setuptools --unzip-setuptools leap_mx ~~~ @@ -55,7 +55,7 @@ To get started quickly, without virtualenv, do: ~~~ $ sudo apt-get install python git $ git clone https://github.com/leapcode/leap_mx.git -# pip install -r ./leap_mx/pkg/mx-requirements.pip +# pip install -r ./leap_mx/pkg/requirements.pip ~~~ Although, **it is advised** to install inside a python virtualenv. @@ -66,14 +66,14 @@ To get running, clone this repo, and (assuming you've already set up your virtualenv and obtained all the requirements) do: ~~~ -$ ./start_mx.py --help +$ twistd -ny mx.tac ~~~ ## [hacking](#hacking) ## ========================= Please see the HACKING and DESIGN docs. -Our bugtracker is [here](https://leap.se/code/projects/eip_server/issue/new). +Our bugtracker is [here](https://leap.se/code/projects/eip/issue/new). Please use that for bug reports and feature requests instead of github's tracker. We're using github for code commenting and review between diff --git a/pkg/requirements.pip b/pkg/requirements.pip index dc39dca..c09ce53 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -2,7 +2,7 @@ Twisted>=12.0.2 paisley>=0.3.1 ## XXX change me to whatever you name the package in pypi python-gnupg>=0.3.0 -leap.common>=0.0.2-dev +leap.common>=0.2.3-dev ############### # Development # |