Replies: 2 comments 1 reply
-
You don't need an admin access to install build123d if you install it in a virtual environment (which is recommended in any Python project): python -m venv .venv
source .venv/bin/activate
pip install build123d ocp-vscode |
Beta Was this translation helpful? Give feedback.
0 replies
-
Don't most corporate security systems stop the creation of a virtual environment? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am going through the build123d tutorials.
At the moment, I only have access to work laptop which I do not have admin access to, so this makes it difficult for me to install a fully-functional build123d library with IDE that allows me to create, render and test build123d models.
Are there any website which hosts web-based IDEs (such as OCP CAD viewer with build123d library included) which allows me to type/upload python files, and run these files?
Beta Was this translation helpful? Give feedback.
All reactions