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