38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 13: | Line 13: | ||
}} | }} | ||
= Installing PyKeOps in a | = Installing PyKeOps in a Python virtual environment = | ||
1. Load runtime dependencies. | 1. Load runtime dependencies. | ||
{{Command|module load StdEnv/2023 python/3.11}} | {{Command|module load StdEnv/2023 python/3.11}} | ||
2. Create and activate a Python virtual environment. | 2. Create and activate a [[Python#Creating_and_using_a_virtual_environment | Python virtual environment]]. | ||
{{Commands | {{Commands | ||
|virtualenv --no-download ~/pykeops_env | |virtualenv --no-download ~/pykeops_env |