Skip to content

Commit

Permalink
correct conda command
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes-intel committed Dec 10, 2024
1 parent 2632da7 commit f9d149a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ The previous instructions assumed system-wide installs of the necessary dependen
To create a conda environment for building oneDAL, after `conda` has been installed:

```shell
conda create -n -y onedal_env
conda create -y -n onedal_env
conda activate onedal_env
```

Expand Down

0 comments on commit f9d149a

Please sign in to comment.