mmcli/tools/create_venv.sh

9 lines
132 B
Bash
Raw Normal View History

2023-05-15 17:00:03 +00:00
#!/bin/sh
cd "`dirname "$0"`"/..
# Create virtualenv
python3 -m virtualenv venv/
# Install dependencies
venv/bin/pip install -e .