We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed81b7 commit 291dd92Copy full SHA for 291dd92
README.md
@@ -70,7 +70,7 @@ conda create -n powerfit -c conda-forge
70
conda activate powerfit
71
conda install -c conda-forge python=3.12 ocl-icd pyopencl pyvkfft
72
# pick either "intel-compute-runtime" (Intel*), "rocm-opencl-runtime" (AMD), or "cuda-opencl" (Nvidia) as driver:
73
-conda install -c conda forge <hardware opencl driver>
+conda install -c conda-forge <hardware opencl driver>
74
pip install powerfit-em[opencl]
75
```
76
*note that older Intel processors might need to use 'intel-opencl-rt' instead
0 commit comments