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 8c94423 commit 8c84dc7Copy full SHA for 8c84dc7
docs/installation.rst
@@ -79,6 +79,17 @@ Note that installation with ``pip`` is also possible within a ``conda`` environm
79
conda activate my-project
80
pip install -e .
81
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
90
91
+ pip install -e .[planarity]
92
93
94
Update with conda
95
=================
0 commit comments