/quick-web-poet-learning

Learning from this https://web-poet.readthedocs.io/en/stable/intro/tutorial.html

Primary LanguagePython

quick-web-poet-learning

Learning from this https://web-poet.readthedocs.io/en/stable/intro/tutorial.html

Installation

Create Virtual Environment

Creating the virtual environment to isolate the python's libraries

    python3 -m venv .venv

Windows user can only run use python.

Activation

To activate the virtual environment use

source .venv/bin/active

Install the python dependencies

pip install web-poet

Follow the official docs tutorial

Web Poet Tutorial