rsnt_translations
56,430
edits
(Created page with "3. Installez une version de PyKeOps avec ses dépendances Python. {{Commands |prompt=(pykeops_env) [name@server ~] |pip install --no-index --upgrade pip |pip install --no-index pykeops{{=}}{{=}}X.Y.Z }} where <code>X.Y.Z</code> is the exact desired version, for instance <code>2.2.3</code>. You can omit to specify the version in order to install the latest one available from the wheelhouse.") |
(Created page with "4. Validez. {{Commands |prompt=(pykeops_env) [name@server ~] |python -c 'import pykeops; pykeops.test_numpy_bindings()' }}") Tags: Mobile edit Mobile web edit |
||
Line 41: | Line 41: | ||
4. Validez. | |||
4. | |||
{{Commands | {{Commands | ||
|prompt=(pykeops_env) [name@server ~] | |prompt=(pykeops_env) [name@server ~] | ||
|python -c 'import pykeops; pykeops.test_numpy_bindings()' | |python -c 'import pykeops; pykeops.test_numpy_bindings()' | ||
}} | }} | ||