Skip to content

Commit 8c84dc7

Browse files
committed
update instructions
1 parent 8c94423 commit 8c84dc7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/installation.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@ Note that installation with ``pip`` is also possible within a ``conda`` environm
7979
conda activate my-project
8080
pip install -e .
8181
82+
By default, ``planarity`` is marked as an optional requirement for installation with ``pip`` on Windows.
83+
To include ``planarity``, add a conditional to the install command.
84+
85+
.. code-block:: bash
86+
87+
pip install compas[planarity]
88+
89+
.. code-block:: bash
90+
91+
pip install -e .[planarity]
92+
8293
8394
Update with conda
8495
=================

0 commit comments

Comments
 (0)