Downloading and installing Flask-Restless ========================================= Flask-Restless can be downloaded from `its page on the Python Package Index `_. The development version can be downloaded from `its page at GitHub `_. However, it is better to install with ``pip`` (hopefully in a virtual environment provided by ``virtualenv``):: pip install Flask-Restless Flask-Restless has the following dependencies (which will be automatically installed if you use ``pip``): * `Flask `_ version 0.7 or greater * `Elixir `_ * `SQLAlchemy `_ * `python-dateutil `_ version less than 2.0 Flask-Restless requires Python version 2.5, 2.6 or 2.7. Python 3 support will come when Flask has it.