rsnt_translations
56,430
edits
(Created page with "2. Créez et activez un environnement virtuel Python. {{Commands |virtualenv --no-download ~/pykeops_env |source ~/pykeops_env/bin/activate }}") |
(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.") |
||
Line 31: | Line 31: | ||
3. Installez une version de PyKeOps avec ses dépendances Python. | |||
3. | |||
{{Commands | {{Commands | ||
|prompt=(pykeops_env) [name@server ~] | |prompt=(pykeops_env) [name@server ~] | ||
Line 40: | Line 39: | ||
where <code>X.Y.Z</code> is the exact desired version, for instance <code>2.2.3</code>. | 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. | You can omit to specify the version in order to install the latest one available from the wheelhouse. | ||