Files
sublime-music/.envrc
2020-09-24 08:18:39 -06:00

8 lines
195 B
Bash

# Run poetry install and activate the virtualenv
poetry install -E chromecast -E keyring -E server
source .venv/bin/activate
watch_file pyproject.toml
watch_file poetry.lock
watch_file setup.py