mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 13:38:53 -04:00
Use venv for installation
This commit is contained in:
4
Makefile
4
Makefile
@@ -57,8 +57,8 @@ production: ## Set environment to production
|
|||||||
dependencies: venv ## Install build dependencies
|
dependencies: venv ## Install build dependencies
|
||||||
mkdir -p ${PIP_ACCEL_CACHE}
|
mkdir -p ${PIP_ACCEL_CACHE}
|
||||||
PIP_ACCEL_CACHE=${PIP_ACCEL_CACHE} ./venv/bin/pip-accel install -r requirements_for_test.txt
|
PIP_ACCEL_CACHE=${PIP_ACCEL_CACHE} ./venv/bin/pip-accel install -r requirements_for_test.txt
|
||||||
pip3 install wheel
|
./venv/bin/pip-accel install wheel
|
||||||
pip3 wheel --wheel-dir=wheelhouse -r requirements.txt
|
./venv/bin/pip-accel wheel --wheel-dir=wheelhouse -r requirements.txt
|
||||||
|
|
||||||
.PHONY: generate-version-file
|
.PHONY: generate-version-file
|
||||||
generate-version-file: ## Generates the app version file
|
generate-version-file: ## Generates the app version file
|
||||||
|
|||||||
Reference in New Issue
Block a user