Skip to content

Commit

Permalink
chore: Update conda command in installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justinuliu committed Jul 9, 2024
1 parent 9b9c95c commit 4e6d3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Accelerated WEKA was designed to provide an easy installation process.
Accelerated WEKA simplifies the installation process by using the [conda environment](https://docs.conda.io/en/latest/). This makes straightforward to use Accelerated WEKA from the beginning. Once you have conda installed, Accelerated WEKA can be installed by issuing the following command:

```sh
conda create --solver=libmamba -n accelweka -c rapidsai -c nvidia -c conda-forge -c waikato weka
conda create --solver=libmamba -n accelweka -c rapidsai -c conda-forge -c nvidia -c waikato weka
```

Conda will take care of the configuration of dependencies, and after finishing the installation, you can start using Accelerated WEKA immediately by activating the newly created environment.
Expand Down

0 comments on commit 4e6d3a7

Please sign in to comment.