We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794fb8d commit c1670a2Copy full SHA for c1670a2
Makefile
@@ -187,7 +187,7 @@ audacity-restart: audacity-kill audacity-start
187
##----
188
venv-prepare: ## Create a Python virtual environment with venv
189
python -m venv ${VENV_DIR_PATH} && \
190
- python -m pip install -U pip wheel setuptools build && \
+ python -m pip install -U pip wheel setuptools build twine && \
191
ls ${VENV_DIR_PATH}
192
193
venv-install: ## Install Python packages
0 commit comments