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 8059e1a commit 99b14f5Copy full SHA for 99b14f5
package/moleculekit/build.bat
@@ -1,2 +1,2 @@
1
%PYTHON% -m build -v -w --no-isolation
2
-%PYTHON% -m pip install %SRC_DIR%\dist\moleculekit-*.whl
+for %%F in (dist\*.whl) do %PYTHON% -m pip install "%%F"
0 commit comments