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 ------------------------------