From d34e2bb9de59a21135cae4483ba9fbcaeae6192d Mon Sep 17 00:00:00 2001 From: Roland Stevenson Date: Wed, 12 Jun 2024 13:05:36 +0200 Subject: [PATCH] add nudge to export env, remove reference to env files --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 688d62ff..741e3eb8 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -2,9 +2,9 @@ Installation ============ -Installation with ``conda`` is recommended. +Installation with ``conda`` or ``pip`` is recommended. Developers can follow the **Install from source** instructions below. If building from source, consider doing so within a conda environment and then exporting the environment for reproducibility. -``conda`` environment files for Python 3.7, 3.8 and 3.9 are available in the repository. To use models under the ``inference.tf`` module (e.g. ``DragonNet``), additional dependency of ``tensorflow`` is required. For detailed instructions, see below. +To use models under the ``inference.tf`` module (e.g. ``DragonNet``), additional dependency of ``tensorflow`` is required. For detailed instructions, see below. Install using ``conda`` -----------------------