Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 377 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 377 Bytes

Use python >= 3.7

Install poetry

pip install poetry

Client

Install the project dependencies

poetry install 

Spawn a shell within the virtual environment

poetry shell

Start client

python main.py

Server

Ссылка на репозиторий