We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba75df commit 42a6a80Copy full SHA for 42a6a80
Makefile
@@ -24,6 +24,9 @@ install-editable:
24
25
install-e: install-editable # alias
26
27
+uninstall:
28
+ $(PYTHON) -m pip uninstall --yes $(PROJECT_NAME)
29
+
30
build:
31
$(PYTHON) -m pip install --upgrade pip
32
$(PYTHON) -m pip install --upgrade setuptools wheel build
docs/source/developer/contributing.rst
@@ -43,7 +43,7 @@ in the main directory. This installation is removable by:
43
44
.. code-block:: bash
45
46
- pip3 uninstall torchopt
+ make uninstall
47
48
49
Lint Check
0 commit comments