Skip to content

Commit 19b7b16

Browse files
committed
fix: install wheelhouse on Windows (#868)
1 parent a868504 commit 19b7b16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/assets.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ For example, on Linux with Python 3.9, unzip the wheelhouse archive and install
2828
unzip ansys-geometry-core-v0.4.2-wheelhouse-ubuntu-latest3.9.zip wheelhouse
2929
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
3030
31-
If you are on Windows with Python 3.9, unzip to a wheelhouse directory and install using the preceding command.
31+
If you are on Windows with Python 3.9, unzip to a wheelhouse directory by running ``-d wheelhouse``
32+
(this is required for unzipping to a directory on Windows) and install using the preceding command.
3233

3334
Consider installing using a `virtual environment <https://docs.python.org/3/library/venv.html>`_.
3435

0 commit comments

Comments
 (0)