Skip to content

Commit

Permalink
Remove (non-needed) pyqt install command for conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak authored Feb 7, 2023
1 parent 10bb2b1 commit ce13f5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ conda config --set channel_priority strict
conda create python=3 --yes --name orange3
conda activate orange3

# Install PyQt and PyQtWebEngine
conda install pyqt
# Install Orange
conda install orange3
```
Expand Down

0 comments on commit ce13f5a

Please sign in to comment.