Setting up my development environment Rhino8, Windows

Hello,

I’m an experienced software engineer and also a complete beginner to Rhino development. I’m currently looking at setting up my development environment, and I am having some problems.

The primary problem I’m having is that I have my code in a git repository, from which I am unable to tell Rhino where to find the script itself. I have found this section, however I cannot find the setting mentioned in the discussion.

The other problem I have is setting up my virtual environment in my own IDE. I know that I can add dependencies using Rhino’s special syntax however my IDE doesn’t pick up on these as dependencies, is it possible to do this using a regular requirements.txt file (or better yet, uv)?

Thank you for looking into this

Kai

I’d recommend you move your post to the Developer Category so it is more likely to be seen by the folks that will know.

Cheers

Category changed to Rhino Developer.

Hi @Kai12,

Best to start here:

What language to you plan on developing in?

– Dale