Installation¶
From PyPI¶
Font-Awesome-Flask is available on PyPI. Install with pip
or your package manager of choice:
pip install Font-Awesome-Flask
From source¶
If you’d like, you can also install Font-Awesome-Flask from source (with flit
):
git clone https://github.com/sgraaf/font-awesome-flask.git
cd font-awesome-flask
python3 -m pip install flit
flit install