You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing FormFinder with Yak, you can check if all requirements are installed using the command `RV_reqs_check`.
34
-
35
-
### Basic Users
36
-
37
-
Missing requirements can be installed automatically using the command `RV_reqs_install`.
38
-
This command uses Rhino's built in installation mechanism for Python packages (`# r: ...`).
39
-
40
-
### Advanced Users
41
-
42
-
If you use Rhino for scripting, and if you have other COMPAS packages installed, or plan to install them in the future, we recommend to install FormFinder's requirements manually using `pip`.
43
-
44
-
> [!WARNING]
45
-
> `pip` based installations and `# r: ...` based installations should not be mixed,
46
-
> since this will create conflicts between packages and package versions.
30
+
After installing RhinoVAULT with Yak, these requirements will be installed automatically if they are not yet available.
31
+
Note that the tool ,ight be unresponsive for a few seconds while this happens.
32
+
The packages are installed in a separate virtual environment named `rhinovault`.
47
33
48
34
## User Interface
49
35
@@ -67,8 +53,6 @@ COMPAS FormFinder defines the following Rhino commands:
67
53
*`FF_scene_clear`
68
54
*`FF_scene_redraw`
69
55
*`FF_settings`
70
-
*`FF_reqs_check`
71
-
*`FF_reqs_install`
72
56
73
57
These commands can be executed at the Rhino Command Prompt (simply start typing the command name),
0 commit comments