File: installation.rst

package info (click to toggle)
flask-rebar 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 15,852 kB
  • sloc: python: 9,539; javascript: 20; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Installation
------------

Flask-Rebar can be installed with ``pip``:

.. code-block:: bash

   pip install flask-rebar

Flask-Rebar depends on Flask and Marshmallow. Flask has `fantastic documentation <http://flask.pocoo.org/docs/latest/installation/>`_ on setting up a development environment for Python, so if you're new to this sort of thing, check that out.