aboutsummaryrefslogtreecommitdiff
path: root/testsetup.sh
blob: abe19dc5828463a0c8f9af9c487a0be37d72886c (plain)
1
2
3
4
5
6
#!/bin/bash

[ ! -f venv/bin/activate ] && python -m virtualenv venv
source venv/bin/activate

pip install -e .