Skip to content

Commit 6c907b8

Browse files
committed
Versioning
1 parent ff1d19b commit 6c907b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python_Engine/Compute/BasePythonEnvironment.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ public static partial class Compute
3535
{
3636
[Description("Retrieve or reinstall the base Python Environment for BHoM workflows.")]
3737
[Input("reload", "Reload the base Python environment rather than recreating it, if it already exists.")]
38+
[Input("run", "Start the installation/retrieval of the BHoM Base Python Environment.")]
3839
[Output("env", "The base Python Environment for all BHoM workflows.")]
40+
[PreviousVersion("BH.Engine.Python.Compute.BasePythonEnvironment(System.Boolean)")]
3941
public static PythonEnvironment BasePythonEnvironment(
4042
bool run = false,
4143
bool reload = true

0 commit comments

Comments
 (0)