Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qualiaMachine authored Oct 2, 2024
1 parent 8d2fafa commit c774253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Conda should already be available in your system once you installed Anaconda suc
2. Create the Conda Environment: To create a conda environment called `trustworthy_ML` with the required packages, open a terminal (Mac/Linux) or Anaconda prompt (Windows) and type the below command. This command creates a new conda environment named `trustworthy_ML` and installs the necessary packages from the `conda-forge` and `pytorch` channels. When prompted to Proceed ([y]/n) during environment setup, press y. It may take around 10-20 minutes to complete the full environment setup. Please reach out to the workshop organizers sooner rather than later to fix setup issues prior to the workshop.

```sh
conda create --name trustworthy_ML python=3.9 jupyter scikit-learn pandas matplotlib keras tensorflow pytorch torchvision torchaudio umap-learn aif360 -c conda-forge
conda create --name trustworthy_ML python=3.9 jupyter scikit-learn pandas matplotlib keras tensorflow pytorch torchvision umap-learn aif360 -c conda-forge
```

3. Activate the Conda Environment: After creating the environment, activate it using the following command.
Expand All @@ -124,6 +124,7 @@ Conda should already be available in your system once you installed Anaconda suc
4. Install the `pytorch-ood`, `aif360[Reductions]`, and `aif360[inFairness]` using pip. Make sure to do this AFTER activating the environment.

```sh
pip install torchaudio
pip install pytorch-ood
pip install aif360[Reductions]
pip install aif360[inFairness]
Expand Down

0 comments on commit c774253

Please sign in to comment.