Skip to content

Commit 5c7a02e

Browse files
authored
Merge pull request #852 from tetov/patch-5
Install function not available from compas_rhino
2 parents d91265e + adb55e0 commit 5c7a02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compas_rhino/install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def install(version=None, packages=None):
3535
--------
3636
.. code-block:: python
3737
38-
import compas_rhino
39-
compas_rhino.install('6.0')
38+
import compas_rhino.install
39+
compas_rhino.install.install('6.0')
4040
4141
.. code-block:: bash
4242

0 commit comments

Comments
 (0)