Skip to content

Commit

Permalink
Add friendly comments to venv-debian target
Browse files Browse the repository at this point in the history
The reminder to use system qt packages is probably better served by a
script, but not bothering with that now.
  • Loading branch information
Conor Schaefer committed Sep 27, 2021
1 parent 30f8f42 commit 15cf0fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ venv-debian: ## Provision a Python 3 virtualenv for development on a prod-like s
python3 -m venv .venv-debian --system-site-packages
.venv-debian/bin/pip install --upgrade pip wheel
.venv-debian/bin/pip install --require-hashes -r "requirements/dev-requirements-debian.txt"
@echo "#################"
@echo "Virtualenv with Debian system-packages is complete."
@echo "Make sure to install the apt packages for system Qt."
@echo "Then run: source .venv-debian/bin/activate"

.PHONY: venv
venv: ## Provision a Python 3 virtualenv for development
Expand Down

0 comments on commit 15cf0fe

Please sign in to comment.