cd server
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txtpython -m grpc_tools.protoc -I../proto --python_out=. --grpc_python_out=. ../proto/phonebook.protopython server.pyClick on the settings icon and write there IP of the host mashine
You can check it by command in terminal:
ifconfigThen click apply and the status should become "connected"