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