modified: Makefile
This commit is contained in:
parent
2d0a44ccaf
commit
43712b0176
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue