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 ae5e8d5 commit 1fc4d59Copy full SHA for 1fc4d59
GNUmakefile
@@ -166,12 +166,12 @@ dist/slip39-$(VERSION)-py3-none-any.whl: build-check FORCE
166
$(PY3) -m build
167
@ls -last dist
168
169
-# Install from wheel, including all optional extra dependencies
+# Install from wheel, including all optional extra dependencies (except dev)
170
install-dev:
171
$(PY3) -m pip install --upgrade -r requirements-dev.txt
172
173
install: dist/slip39-$(VERSION)-py3-none-any.whl FORCE
174
- $(PY3) -m pip install --force-reinstall $<[gui,dev,serial,wallet]
+ $(PY3) -m pip install --force-reinstall $<[gui,serial,wallet]
175
176
177
# Building / Signing / Notarizing and Uploading the macOS or win32 App
0 commit comments