2
0
python-capport/setup-venv.sh

12 lines
181 B
Bash
Raw Permalink Normal View History

2022-04-04 19:21:51 +02:00
#!/bin/bash
set -e
self=$(dirname "$(readlink -f "$0")")
cd "${self}"
python3 -m venv venv
# install cli extras
./venv/bin/pip install --upgrade --upgrade-strategy eager -e '.'