icarus/scripts/venv.sh

4 lines
66 B
Bash

#!/bin/bash
source ./.venv/bin/activate
pip3 install protobuf
bash