We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b6b46a + ac71e46 commit a9d511cCopy full SHA for a9d511c
source/setup.rst
@@ -174,7 +174,7 @@ Once created make sure to change into it using ``cd airflow-tutorial``.
174
175
Next, make a copy of this `environment.yaml <https://raw.githubusercontent.com/trallard/airflow-tutorial/master/environment.yaml>`_
176
and install the
177
-dependencies via ``Conda env create -f environment.yml``.
+dependencies via ``conda env create -f environment.yml``.
178
Once all the dependencies are installed you can activate your environment through the following commands
179
::
180
source activate airflow-env # Mac
0 commit comments