You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[See specific add-on repositories for details.](https://github.com/biolab/)
58
58
59
-
#### Running
60
-
61
-
Activate the environment,
62
-
```Shell
63
-
conda activate orange3
64
-
```
65
-
and run either `orange-canvas` or `python3 -m Orange.canvas`.
66
-
67
-
Add `--help` for a list of program options.
68
-
69
-
Starting up for the first time may take a while.
70
59
71
60
### Installing with pip
72
61
73
-
To install Orange with pip, run the following.
62
+
We recommend using our [standalone installer](https://orange.biolab.si/download) or conda, but Orange is also installable with pip. You will need a C/C++ compiler (on Windows we suggest using Microsoft Visual Studio Build Tools).
74
63
75
-
```Shell
76
-
# Install build requirements via your system's package manager
To install Orange with [winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/), run:
84
68
85
-
# Install Orange
86
-
pip install orange3
69
+
```Shell
70
+
winget install --id UniversityofLjubljana.Orange
87
71
```
88
72
89
-
####Running
73
+
## Running
90
74
91
-
Activate the environment by `source orange3venv/bin/activate`. Then run `orange-canvas` or `python3 -m Orange.canvas`. Add `--help` for a list of program options.
75
+
Ensure you've activated the correct virtual environment. If following the above conda instructions:
92
76
93
-
Starting up for the first time may take a while.
77
+
```Shell
78
+
conda activate orange3
79
+
```
94
80
95
-
### Installing with winget (Windows only)
81
+
Run `orange-canvas` or `python3 -m Orange.canvas`. Add `--help` for a list of program options.
96
82
97
-
To install Orange with [winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/), run:
0 commit comments