modified: Makefile

This commit is contained in:
Russell Ballestrini 2025-03-03 17:15:39 -05:00
parent 2d0a44ccaf
commit 43712b0176

View file

@ -69,7 +69,9 @@ install-source-dev-and-test: venv install-themes
$(PIP) install --upgrade -r requirements-test.txt
install-source-prod: venv install-themes
@echo "Installing remarkbox from source (editable mode)..."
@echo "Deleting tests from source code for production..."
rm -rf remarkbox/tests
@echo "Installing remarkbox from source (in non-editable mode)..."
$(PIP) install .
$(PIP) install --upgrade -r requirements-prod.txt