www_projectmycelium_io/serve.sh
2024-11-13 16:19:03 -05:00

8 lines
173 B
Bash

#!/bin/bash
cd /root/code/git.ourworld.tf/tfgrid/www_projectmycelium
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cd poc
python server.py