Skip to content

Installation

To get started with using ARCtrl, we first need to make sure some prerequisites are met. What these are depends on the programming language you are going to program in.

In any of the three cases, there are of course a plethora of different ways to setup your environment. These are therefore only suggestions to get started.

To use ARCtrl in F# or C#, the .NET SDK needs to be installed. We recommend Version .NET8.0.

Now you can install the ARCtrl package.

You can find the .NET package on nuget:

Nuget

For .NET projects, you can just run

Terminal window
dotnet add package ARCtrl

For working in a script, you can easily reference the ARCtrl package from nuget.

#r "nuget: ARCtrl"
open ARCtrl