git clone https://github.com/sogangfestival/server.git server
git clone https://github.com/sogangfestival/client.git client
cd server
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
git clone https://github.com/sogangfestival/server.git server
git clone https://github.com/sogangfestival/client.git client
cd server
python -m venv .venv
source .venv/Scripts/activate
pip install -r requirements.txt