Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions clients/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ _check_venv_active:
.PHONY: .install-dev-reqs
.install-dev-reqs: _check_venv_active
uv pip install -r $(CLIENTS_PYTHON_DIR)/requirements/dev.txt
@touch setup.py

.PHONY: install-dev
install-dev: _check_venv_active .install-dev-reqs python-client ## installs osparc_client and osparc in edit mode
Expand Down
Loading