summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-05-07 13:56:18 -0300
committerTomas Touceda <chiiph@leap.se>2013-05-07 13:56:18 -0300
commit135dcb736d465a5dfb667fc87a082b5784e23e3f (patch)
treec4c730a49d14f2299935dc372c5a0ee4584ac9af /README.md
parent205126c7ad14116847d6a4bb8f50f2ae3b0c4558 (diff)
Update README some more and bump leap.common
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 28c483d..c467496 100644
--- a/README.md
+++ b/README.md
@@ -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