@@ -66,11 +66,12 @@ <h3><a id="anaconda"></a>Anaconda</h3>
6666 install packages from</ p >
6767 < pre > < code > conda config --add channels conda-forge</ code > </ pre >
6868 < p > and run</ p >
69- < pre > < code > conda install orange3 </ code > </ pre >
70-
69+ < pre > < code > conda install pyqt
70+ conda install orange3 </ code > </ pre >
7171 < h3 > < a id ="pip "> </ a > Pip</ h3 >
7272 < p > Orange can also be installed from the Python Package Index:</ p >
73- < pre > < code > pip install orange3</ code > </ pre >
73+ < pre > < code > pip install pyqt6 pyqt6-webengine
74+ pip install orange3</ code > </ pre >
7475
7576 < h3 > Installing add-ons</ h3 >
7677 < p > Additional features can be added to Orange by installing add-ons. You can find add-on manager
@@ -105,11 +106,13 @@ <h3><a id="anaconda"></a>Anaconda</h3>
105106 install packages from</ p >
106107 < pre > < code > conda config --add channels conda-forge</ code > </ pre >
107108 < p > and run</ p >
108- < pre > < code > conda install orange3</ code > </ pre >
109+ < pre > < code > conda install pyqt
110+ conda install orange3</ code > </ pre >
109111
110112 < h3 > < a id ="pip "> </ a > Pip</ h3 >
111113 < p > Orange can also be installed from the Python Package Index:</ p >
112- < pre > < code > pip install orange3</ code > </ pre >
114+ < pre > < code > pip install pyqt6 pyqt6-webengine
115+ pip install orange3</ code > </ pre >
113116
114117 < h3 > Installing add-ons</ h3 >
115118 < p > Additional features can be added to Orange by installing add-ons. You can find add-on manager in
@@ -135,12 +138,14 @@ <h3><a id="anaconda"></a>Anaconda</h3>
135138 < pre > < code > conda config --add channels conda-forge
136139conda config --set channel_priority strict</ code > </ pre >
137140 < p > and run</ p >
138- < pre > < code > conda install orange3</ code > </ pre >
141+ < pre > < code > conda install pyqt
142+ conda install orange3</ code > </ pre >
139143
140144 < h3 > < a id ="pip "> </ a > Pip</ h3 >
141145 < p > Orange can also be installed from the Python Package Index. You may need additional system
142146 packages provided by your distribution.</ p >
143- < pre > < code > pip install orange3</ code > </ pre >
147+ < pre > < code > pip install pyqt6 pyqt6-webengine
148+ pip install orange3</ code > </ pre >
144149
145150 < h3 > Installing from source</ h3 >
146151 < p > Clone our repository from < a href ="https://github.com/biolab/orange3 "> GitHub</ a > or download
0 commit comments