Skip to content

Commit

Permalink
Replace "yes |" with an equivalent command-line option
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Feb 23, 2021
1 parent 7ba7747 commit 31394c0
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 @@ -43,7 +43,7 @@ Then, create a new conda environment, and install orange3:
conda config --add channels conda-forge

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

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

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

git clone ssh://[email protected]/$MY_GITHUB_USERNAME/orange3
Expand Down Expand Up @@ -186,7 +186,7 @@ export MY_GITHUB_USERNAME=replaceme
create a conda environment, clone your forks, and install them:

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

git clone ssh://[email protected]/$MY_GITHUB_USERNAME/orange-widget-base
Expand Down

0 comments on commit 31394c0

Please sign in to comment.