[KATIA] is coming soon :-)
No no right now
No do not
Then, create a new conda environment, and install orange3:
# Add conda-forge to your channels for access to the latest release
conda config --add channels conda-forge
# Perhaps enforce strict conda-forge priority
conda config --set channel_priority strict
# Create and activate an environment for Orange
conda create python=3.10 --yes --name orange3
conda activate orange3
# Install Orange
conda install orange3
For installation of an add-on, use:
conda install orange3-<addon name>
See specific add-on repositories for details.
PIP ? more like SHIP OF SHIT
To install Orange with winget, run:
winget install --id UniversityofLjubljana.Orange
Ensure you've activated the correct virtual environment. If following the above conda instructions:
conda activate orange3
Run orange-canvas
or python3 -m Orange.canvas
. Add --help
for a list of program options.
Starting up for the first time may take a while.
Want to write a widget? I do not