From: Guillaume Pellerin Date: Tue, 20 May 2014 10:01:23 +0000 (+0200) Subject: update readme X-Git-Tag: 0.5.6~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=722828cbb9c7bcd6c424228451af83a1be60b425;p=timeside.git update readme --- diff --git a/README.rst b/README.rst index 3eceb07..2de450e 100644 --- a/README.rst +++ b/README.rst @@ -123,7 +123,7 @@ News * Full `Travis integration `_ with tests and test coverage through `coveralls.io `_ * Thanks to all contributors! * WARNING: some of the processor paths used in your app could have moved between 0.5.4 and 0.5.5. Check them with timeside.core.processors(). Note that it is now advised to use the timeside.core.get_processor() method to instantiate the processors with their respective id as argument. - * UPGRADING from the sources: please cleanup your repository with: $ find ./ -name "*.pyc" -exec rm {} \; + * UPGRADING from the sources: please remove all .pyc files from your repository. 0.5.4 @@ -293,6 +293,8 @@ Optional:: aubio (>=0.4.1) yaafe python-aubio python-yaafe vamp-examples django (>=1.4) django-south djangorestframework django-extensions + + User Interfaces ===============