Skip to content

Commit ae576c0

Browse files
rcluneCopilot
andauthored
Update doc/source/installation.md
Co-authored-by: Copilot <[email protected]>
1 parent 6993c51 commit ae576c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you have trouble with these files but they *should* work based on your system
5454
```
5555
conda env create -f cuda121_env.yml
5656
conda activate rfd2_env
57-
pip install -r requirements_121.txt
57+
pip install -r requirements_cuda121.txt
5858
```
5959
This will force the dependencies you want installed by CUDA to be installed before pip is used.
6060
2. Check to make sure the python that is being referenced is the one from your conda environment once it is activated. On clusters different modules you have imported might overrule the python in your conda environment. You can either manually give the path to your Python or change your system settings or environment variables to prefer the environment's python installation.

0 commit comments

Comments
 (0)