Skip to content

Commit

Permalink
Add shortcut for editable installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Mar 24, 2024
1 parent 8fd7089 commit a16ca1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.PHONY: help boot build install install-test reinstall uninstall upload upload-test which
.PHONY: help boot build install install-test uninstall upload upload-test which

help:
@echo boot
@echo build
@echo install
@echo install-edit
@echo install-test
@echo reinstall
@echo uninstall
@echo upload
@echo upload-test
Expand All @@ -22,6 +22,9 @@ build:
install:
@python -m pip install --upgrade remucs

install-edit:
@python -m pip install --editable .

install-test:
@python -m pip install --index-url https://test.pypi.org/simple --upgrade remucs

Expand Down

0 comments on commit a16ca1d

Please sign in to comment.