mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
593 stars 134 forks source link

base rhino3dm on opennurbs 7.11 #422

Closed sbaer closed 2 years ago

sahu-indrajeet commented 2 years ago

Hi, I am new to rhino3dm and using it for the first time. When I tried to install python version of it using python setup.py bdist it did not work and gave some long list of errors on terminal. What things should I be taking care of while installing it? Thanks

fraguada commented 2 years ago

@iintrigued please use our forum for getting hwlp with rhino3dm: https://discourse.mcneel.com/c/rhino-developer/rhino3dm/102

I am not a python expert, but these are typically the steps one uses to install and use rhino3dm.py:

$ python -m venv venv
$ source venv/scripts/activate
$ pip install rhino3dm
$ python myScript.py