Setup

Installation

Users will typically install the package directly from the Python Package Index (PyPI) while developers and contributers may prefer a source based installation.

Python Package Index (PyPI)

Web-Templates is hosted upon PyPI and is installed most conveniently through pip, the command line installation utility

pip install web-templates

Users looking to use the bleeding edge version of the package can install it directly from the repository

pip install git+https://gitlab.com/manaikan-open-source/web-templates/

Repository

The project may be cloned from the repository repository using git, the command line version control management utility,

git clone https://gitlab.com/manaikan-open-source/web-templates/ web-templates

and subsequently installed through pip

pip install -e .

Uninstallation

Similarly, the package is uninstalled using pip

pip uninstall web-templates