Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 9abaf5b

Browse files
authored
Merge pull request #330 from PrimozGodec/pyqt-magic-no-more
[MERGE-AFTER-RELEASE] Downloads - add instructions to install pyqt
2 parents 0b13eb1 + cedc1f8 commit 9abaf5b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

layouts/download/list.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@ <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>
69+
<pre><code>conda install pyqt
70+
conda install orange3</code></pre>
7071

7172
<h3><a id="pip"></a>Pip</h3>
7273
<p>Orange can also be installed from the Python Package Index:</p>
73-
<pre><code>pip install orange3</code></pre>
74+
<pre><code>pip install PyQt5 PyQtWebEngine
75+
pip install orange3</code></pre>
7476

7577
<h3>Installing add-ons</h3>
7678
<p>Additional features can be added to Orange by installing add-ons. You can find add-on manager
@@ -105,11 +107,13 @@ <h3><a id="anaconda"></a>Anaconda</h3>
105107
install packages from</p>
106108
<pre><code>conda config --add channels conda-forge</code></pre>
107109
<p>and run</p>
108-
<pre><code>conda install orange3</code></pre>
110+
<pre><code>conda install pyqt
111+
conda install orange3</code></pre>
109112

110113
<h3><a id="pip"></a>Pip</h3>
111114
<p>Orange can also be installed from the Python Package Index:</p>
112-
<pre><code>pip install orange3</code></pre>
115+
<pre><code>pip install PyQt5 PyQtWebEngine
116+
pip install orange3</code></pre>
113117

114118
<h3>Installing add-ons</h3>
115119
<p>Additional features can be added to Orange by installing add-ons. You can find add-on manager in
@@ -135,12 +139,14 @@ <h3><a id="anaconda"></a>Anaconda</h3>
135139
<pre><code>conda config --add channels conda-forge
136140
conda config --set channel_priority strict</code></pre>
137141
<p>and run</p>
138-
<pre><code>conda install orange3</code></pre>
142+
<pre><code>conda install pyqt
143+
conda install orange3</code></pre>
139144

140145
<h3><a id="pip"></a>Pip</h3>
141146
<p>Orange can also be installed from the Python Package Index. You may need additional system
142147
packages provided by your distribution.</p>
143-
<pre><code>pip install orange3</code></pre>
148+
<pre><code>pip install PyQt5 PyQtWebEngine
149+
pip install orange3</code></pre>
144150

145151
<h3>Installing from source</h3>
146152
<p>Clone our repository from <a href="https://github.com/biolab/orange3">GitHub</a> or download

0 commit comments

Comments
 (0)