Skip to content

Commit

Permalink
Merge pull request #6736 from biolab/markotoplak-patch-1
Browse files Browse the repository at this point in the history
Update conda create instructions with python version
  • Loading branch information
markotoplak committed Feb 16, 2024
2 parents 24908c4 + 6dc7bff commit f19dd83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ conda config --add channels conda-forge
conda config --set channel_priority strict

# Create and activate an environment for Orange
conda create python=3 --yes --name orange3
conda create python=3.10 --yes --name orange3
conda activate orange3

# Install Orange
Expand Down Expand Up @@ -134,7 +134,7 @@ export MY_GITHUB_USERNAME=replaceme
create a conda environment, clone your fork, and install it:

```Shell
conda create python=3 --yes --name orange3
conda create python=3.10 --yes --name orange3
conda activate orange3

git clone ssh://git@github.com/$MY_GITHUB_USERNAME/orange3
Expand Down Expand Up @@ -176,7 +176,7 @@ export MY_GITHUB_USERNAME=replaceme
create a conda environment, clone your forks, and install them:

```Shell
conda create python=3 --yes --name orange3
conda create python=3.10 --yes --name orange3
conda activate orange3

# Install PyQT and PyQtWebEngine. You can also use PyQt6
Expand Down

0 comments on commit f19dd83

Please sign in to comment.