mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
README update: added missing requirement
This commit is contained in:
parent
a56facce91
commit
e89b296857
@ -20,10 +20,11 @@ or as a WSGI application (on Apache for instance). But first:
|
|||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
* Python 2.7
|
* Python 2.7
|
||||||
* [Flask](http://flask.pocoo.org/) (`pip install flask`)
|
* [Flask](http://flask.pocoo.org/) >= 0.7 (`pip install flask`)
|
||||||
* [SQLAlchemy](http://www.sqlalchemy.org/) (`apt-get install sqlalchemy`)
|
* [SQLAlchemy](http://www.sqlalchemy.org/) (`apt-get install sqlalchemy`)
|
||||||
* Python Imaging Library (`apt-get install python-imaging`)
|
* Python Imaging Library (`apt-get install python-imaging`)
|
||||||
* simplejson (`apt-get install python-simplejson`)
|
* simplejson (`apt-get install python-simplejson`)
|
||||||
|
* [requests](http://docs.python-requests.org/) >= 0.12.1 (`pip install requests`)
|
||||||
* [eyeD3](http://eyed3.nicfit.net/) (`apt-get install python-eyed3`)
|
* [eyeD3](http://eyed3.nicfit.net/) (`apt-get install python-eyed3`)
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user