Сервер здесь: https://github.com/theodor85/inmemstore-server
Клонировать репозиторий:
git clone https://github.com/theodor85/inmemstore-client
cd inmemstore-client
Создать и активировать виртуальное окружение любым способом, например (для Ubuntu):
python3 -m venv env
source ./env/bin/activate
Установить зависимости:
pip install -r requirements.txt
python client.py