Learning from this https://web-poet.readthedocs.io/en/stable/intro/tutorial.html
Creating the virtual environment to isolate the python's libraries
python3 -m venv .venv
Windows user can only run use python.
To activate the virtual environment use
source .venv/bin/active
pip install web-poet