From 8ef28b9a098b9549baa577aeb7b068181d4ae17e Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Mon, 17 Jul 2023 12:45:23 -0400 Subject: [PATCH] fix link syntax --- docs/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index ac5b66f00c..8c5bb3210e 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -146,7 +146,7 @@ Documentation `_ for the latest installation details. .. _managing-conda-environments: @@ -178,7 +178,7 @@ You can install Zipline by running .. code-block:: bash - (env_zipline) $ conda install -c ml4t zipline-reloaded + (env_zipline) $ conda install -c conda-forge zipline-reloaded To deactivate the ``conda`` environment: