Make sure folders containing InferNetWrapper.py
and Infer.NET binaries are present among the python's search paths.
- Run
SetupCompiler.cmd
script. It runsdotnet publish
onCompiler.csproj
and puts the results intosrc/IronPythonWrapper/Compiler
folder. - Open
TestWrapper.sln
for tests orInferNetExamples.sln
for examples. - Run the only project in the opened solution.