Skip to content

Commit 5d6bdd0

Browse files
committed
Fix command
1 parent a2ff3f2 commit 5d6bdd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/windows-python.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ its <code>Python</code> subfolder and build the QuantLib wrappers by
8888
executing:
8989
<pre>
9090
cd QuantLib-SWIG-1.36\Python
91-
python -m build wheel
91+
python -m build --wheel
9292
</pre>
9393
<p>This will create a binary wheel in the <code>dist</code> directory.
9494
To check that it works, run</p>

0 commit comments

Comments
 (0)