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
|