From 91560db0b5b10cd9214c52e8cf58f48d579152f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Defferrard?= Date: Mon, 15 Jun 2020 17:49:31 +0200 Subject: [PATCH] doc: environment.yml installs a conda env, not only python --- docs/source/config_files.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/config_files.rst b/docs/source/config_files.rst index cd9a38c1..d4e7bd37 100644 --- a/docs/source/config_files.rst +++ b/docs/source/config_files.rst @@ -22,8 +22,8 @@ can be found on this page (and to the right). .. _environment.yml: -``environment.yml`` - Install a Python environment -================================================== +``environment.yml`` - Install a conda environment +================================================= ``environment.yml`` is the standard configuration file used by `conda `_ that lets you install any kind of package,