deploy Seismic's home base for deploying Install python dependencies First install python3 Then create a virtualenv: python3 -m venv venv Source it: source venv/bin/activate Install uv: pip install uv