Files
sublime-music/.envrc
2020-09-18 23:38:35 -06:00

8 lines
160 B
Bash

# Run poetry install and activate the virtualenv
poetry install
source .venv/bin/activate
watch_file pyproject.toml
watch_file poetry.lock
watch_file setup.py