8 lines
195 B
Bash
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
|