Getting started with Femto

I have a Femto, and am trying to run one of the Python demo examples from the Windows Python SDK: ColorViewer.py, and getting the error:

Exception has occurred: ImportError
DLL load failed while importing Pipeline: The specified module could not be found.
File “D:\Software\python3.8\Samples\ColorViewer.py”, line 3, in
import Pipeline

I added python3.8\lib\python_lib to PYTHONPATH, and tried adding the python3.8\lib\c_lib to the system path, but that doesn’t solve it.

Are there no beginner’s instructions or documentation on how to get started anywhere?

I have a x64 Windows machine.