Skip to content

Commit

Permalink
Update install_paula.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf authored Aug 26, 2024
1 parent e4e3724 commit b33831a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/00_setup/install_paula.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mamba env create -f https://raw.githubusercontent.com/ScaDS/generative-ai-notebo
```

```
conda activate genai-gpu
conda activate genai-paula
```

Make this conda environment available to Jupyter hub like this:
Expand All @@ -47,7 +47,7 @@ pip install stackview --user

Just in case you want to install more packages later, reopen the terminal, activate the environment and install them:
```
conda activate genai-gpu
conda activate genai-paula
pip install other-package
```

Expand Down

0 comments on commit b33831a

Please sign in to comment.