Skip to content

Commit 78fc1e2

Browse files
author
Fraser Greenroyd
committed
Update LadybugTools_Engine/Compute/InstallPythonEnv_LBT.cs
1 parent 1f54c9e commit 78fc1e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

LadybugTools_Engine/Compute/InstallPythonEnv_LBT.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public static partial class Compute
3535
[Input("run", "Run the installation process.")]
3636
[Input("reinstall", "Reinstall the environment if it already exists.")]
3737
[Output("env", "The LadybugTools_Toolkit Python Environment, with BHoM code accessible.")]
38+
[PreviousVersion("6.3", "BH.Engine.LadybugTools.Compute.InstallPythonEnv_LBT(System.Boolean)")]
3839
public static PythonEnvironment InstallPythonEnv_LBT(bool run = false, bool reinstall = false)
3940
{
4041
// check if referenced Python is installed

0 commit comments

Comments
 (0)