File: install.rst

package info (click to toggle)
flask-wtf 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 1,313; makefile: 22; sh: 10
file content (30 lines) | stat: -rw-r--r-- 770 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Installation
============

The `Python Packaging Guide`_ contains general information about how to manage
your project and dependencies.

.. _Python Packaging Guide: https://packaging.python.org/current/

Released version
----------------

Install or upgrade using pip. ::

    pip install -U Flask-WTF

Development
-----------

The latest code is available from `GitHub`_. Clone the repository then install
using pip. ::

    git clone https://github.com/pallets-eco/flask-wtf
    pip install -e ./flask-wtf

Or install the latest build from an `archive`_. ::

    pip install -U https://github.com/pallets-eco/flask-wtf/archive/main.tar.gz

.. _GitHub: https://github.com/pallets-eco/flask-wtf
.. _archive: https://github.com/pallets-eco/flask-wtf/archive/main.tar.gz