From: Guillaume Pellerin Date: Tue, 21 Oct 2014 13:53:00 +0000 (+0200) Subject: update dev doc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4b00ca4e7cf9db7876e203ff69749c7ea4a50c2a;p=timeside-diadems.git update dev doc --- diff --git a/README.rst b/README.rst index bc3f31b..2773cd3 100644 --- a/README.rst +++ b/README.rst @@ -173,7 +173,7 @@ API / Documentation * Player / UI : https://github.com/yomguy/TimeSide/wiki/Ui-Guide (see also "Web player") * Examples: - - http://nbviewer.ipython.org/github/thomasfillon/AES53-timeside-demos/tree/master/ + - http://nbviewer.ipython.org/github/thomasfillon/Timeside-demos/tree/master/ - https://github.com/yomguy/TimeSide/blob/master/tests/sandbox/example_CMMR.py - https://github.com/yomguy/TimeSide/blob/master/tests/sandbox/exempleCMMR_vamp.py @@ -189,10 +189,6 @@ Debian, Ubuntu For Debian based distributions, we provide a safe repository which provides all additional dependencies that are not included in Debian yet. Please follow the instructions on `this page `_. -Note you can also use pip if you already have *already* satisfied all the dependencies:: - - sudo pip install timeside - Other Linux distributions -------------------------- @@ -320,21 +316,15 @@ At the moment, this server is NOT connected to the player using TimeSide alone. Development =========== -On Debian 7 Wheezy -------------------- - -The shell commands to setup the development version on you system:: +First, install TimeSide as described in #Install. Then:: - wget -O - http://debian.parisson.com/debian/conf/parisson.gpg.key | sudo apt-key add - - echo "deb http://http.debian.net/debian/ wheezy-backports main" | sudo tee -a /etc/apt/sources.list - echo "deb http://debian.parisson.com/debian/ wheezy main" | sudo tee -a /etc/apt/sources.list - sudo apt-get update sudo apt-get install git - sudo apt-get build-dep python-timeside git clone https://github.com/yomguy/TimeSide.git cd TimeSide git checkout dev sudo pip install -e . + echo "export PYTHONPATH=$PYTHONPATH:`pwd`" >> ~/.bashrc + source ~/.bashrc tests/run_all_tests VirtualBox and Vagrant