Skip to content

Commit aff0aa0

Browse files
Update docs
1 parent cd06fee commit aff0aa0

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ poetry install
8383
Install with the `rhino` and `cad` extras:
8484

8585
```shell
86-
poetry install --all-extras
86+
poetry install --extras "dxf rhino"
8787
```
8888

8989
You can now run an interactive Python session, or the command-line interface:

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Install with the ``rhino`` and ``cad`` extras:
9595

9696
.. code:: shell
9797
98-
poetry install --all-extras
98+
poetry install --extras "dxf rhino"
9999
100100
You can now run an interactive Python session, or the command-line interface:
101101

docs/installation.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,3 @@ To install ``sectionproperties`` with the above functionality, use the ``dxf`` a
4343
4444
pip install sectionproperties[dxf]
4545
pip install sectionproperties[rhino]
46-
47-
Note that the ``rhino`` option only supports python ``3.9`` due to incomplete wheel
48-
coverage of ``rhino3dm``.

docs/user_guide/geometry.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ Various CAD files can be imported to creating ``sectionproperties`` geometries.
111111
installation. To install ``sectionproperties`` with CAD import functionality, use
112112
the ``dxf`` and/or ``rhino`` options:
113113

114-
.. code-block:: shell
114+
.. code-block:: shell
115115
116-
pip install sectionproperties[dxf]
117-
pip install sectionproperties[rhino]
116+
pip install sectionproperties[dxf]
117+
pip install sectionproperties[rhino]
118118
119119
.. _label-geometry-dxf:
120120

0 commit comments

Comments
 (0)