Install Poetry - https://python-poetry.org/docs/#installation
curl -sSL https://install.python-poetry.org | python3 -
or for powershell -
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
- Create poetry virtualenv -
poetry update
- Run Server -
poetry run server
- Run client -
poetry run client