git clone https://github.com/credenz/ClashRCRound2Backend.git
cd ClashRCRound2Backend
Install python3-env and pip for creating an envirnoment:
sudo apt-get install python3-venv python3-pip
Create a virtual envirnoment:
python3 -m venv myenv
Activate the virtual envirnoment:
source myenv/bin/activate
installing required packages from requirement.txt:
pip install -r requirements.txt
Run this application by command:
python3 manage.py runserver
For Linux: change subprocess commands (present in sandbox.views) according to linux commands for C++ and C