diff --git a/docs/source/Tutorials/Install.rst b/docs/source/Tutorials/Install.rst index 6ba93f440..66f86f5f0 100644 --- a/docs/source/Tutorials/Install.rst +++ b/docs/source/Tutorials/Install.rst @@ -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 `_ for more information on how to run Sarracenia on Windows. diff --git a/docs/source/fr/Tutoriel/Installer.rst b/docs/source/fr/Tutoriel/Installer.rst index b74ed3008..427d12262 100644 --- a/docs/source/fr/Tutoriel/Installer.rst +++ b/docs/source/fr/Tutoriel/Installer.rst @@ -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 `_ pour plus d’informations sur la façon d’exécuter Sarracenia sous Windows.