modified: Makefile
This commit is contained in:
parent
710588d007
commit
65f1d2cbed
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
|
@ -105,11 +105,6 @@ activate:
|
|||
@echo "To activate the virtual environment, run:"
|
||||
@echo " source $(VENV_DIR)/bin/activate"
|
||||
|
||||
# WSL-specific setup (install WSL requirements)
|
||||
wsl: venv
|
||||
@echo "Installing WSL-specific requirements..."
|
||||
$(PIP) install --upgrade -r requirements-wsl.txt
|
||||
|
||||
# Production target: install production packages and requirements from PyPI
|
||||
prod: venv
|
||||
@echo "Installing production packages..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue