rsnt_translations
56,430
edits
(Created page with "PennyLane") |
(Created page with "# Install Pennylane and its dependencies. pip install --no-index --upgrade pip...") |
||
Line 66: | Line 66: | ||
</div> | </div> | ||
# Load modules dependencies. | # Load modules dependencies. | ||
module load StdEnv/2023 gcc python/3.11 | module load StdEnv/2023 gcc python/3.11 | ||
# Generate your virtual environment in $SLURM_TMPDIR. | # Generate your virtual environment in $SLURM_TMPDIR. | ||
virtualenv --no-download ${SLURM_TMPDIR}/env | virtualenv --no-download ${SLURM_TMPDIR}/env | ||
source ${SLURM_TMPDIR}/env/bin/activate | source ${SLURM_TMPDIR}/env/bin/activate | ||
# Install Pennylane and its dependencies. | # Install Pennylane and its dependencies. | ||
pip install --no-index --upgrade pip | pip install --no-index --upgrade pip | ||
pip install --no-index --requirement ~/pennylane_requirements.txt | pip install --no-index --requirement ~/pennylane_requirements.txt | ||
<div lang="fr" dir="ltr" class="mw-content-ltr"> | <div lang="fr" dir="ltr" class="mw-content-ltr"> |