pancakecounter/tools/create_venv.sh

9 lines
132 B
Bash
Raw Normal View History

2020-12-06 01:53:40 +01:00
#!/bin/sh
cd "`dirname "$0"`"/..
# Create virtualenv
python3 -m virtualenv venv/
# Install dependencies
venv/bin/pip install -e .