From f7a69c6ba4b72cd33c473390861920cc0a98bfc0 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Wed, 8 Mar 2023 16:06:15 +0100 Subject: [PATCH] Update installation with conda --- docs/tutorials/echo.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/echo.rst b/docs/tutorials/echo.rst index 962b9ac..a626475 100644 --- a/docs/tutorials/echo.rst +++ b/docs/tutorials/echo.rst @@ -44,6 +44,8 @@ virtualenv, you can use the ``deactivate`` command (but don't do that now!). You can now proceed with installing Asphalt itself:: pip install asphalt + # or if you use conda: + # conda install -c conda-forge asphalt Creating the project structure ------------------------------