Skip to content

Commit

Permalink
updated conda instructions. #740
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Nov 5, 2023
1 parent 24abd63 commit 8ea9413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/source/Tutorials/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,9 @@ On Windows, there are 2 (other) possible options:
Don't forget to add *Sarracenia's Python directory* to your *PATH*.

**With Anaconda**
Create your environment with the `file <../windows/sarracenia_env.yml>`_ suggested by this repository.
Executing that command from the Anaconda Prompt should install everything::

$ conda env create -f sarracenia_env.yml
$ conda env create -f requirements.txt

See `Windows user manual <Windows.rst>`_ for more information on how to run Sarracenia on Windows.

Expand Down
3 changes: 1 addition & 2 deletions docs/source/fr/Tutoriel/Installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,9 @@ Sous Windows, il existe 2 (autres) options possibles :
N’oubliez pas d’ajouter *Le répertoire Python de Sarracenia* à votre *PATH*.

**Avec Anaconda**
Créez votre environnement avec le `file <../windows/sarracenia_env.yml>`_ suggéré par ce référentiel.
L’exécution de cette commande à partir de l’invite Anaconda devrait tout installer::

$ conda env create -f sarracenia_env.yml
$ conda env create -f requirements.txt

Voir `Windows user manual <Windows.rst>`_ pour plus d’informations sur la façon d’exécuter Sarracenia sous Windows.

Expand Down

0 comments on commit 8ea9413

Please sign in to comment.