diff -r 63405034e061 -r ec1bb552ce55 README.rst --- a/README.rst Fri Apr 18 16:27:01 2014 +0200 +++ b/README.rst Mon May 05 10:04:09 2014 +0200 @@ -2,13 +2,12 @@ ------------ First you have to clone this repository and all its submodules:: - hg clone ssh://hg@bitbucket.org/pkoppatz/pymove3d-app - cd pymove3d-app + cd eskp-app Next create a virtualenv and install all the requirments into it. In this example we are using virtualenvwrapper to manage the virtualenv:: - mkvirtualenv pymove3d-env + mkvirtualenv eskp-env This repository provides requirements and configurations. @@ -17,9 +16,9 @@ pip install -r requirements.txt -Now that this is complete, you can run pymove3d in that environment:: +Now that this is complete, you can run eskp in that environment:: - python ./pymove3d.py + python ./eskp.py Testing and developing is done with::