- git clone this repo and
cdinto it - Create a virtual environment by running:
python -m venv venv - Activate the venv:
source venv/bin/activate - Install the required packages:
pip install -r requirements.txt - On one terminal, run
python3 <your ip address>(only one person runs this) - You and 2 other people should run
python3 main.py(everyone runs this, for a total of 3 people connected)
- To find your ip address (IPV4), go to https://whatismyipaddress.com/
- Run
pip freeze > requirements.txt