Skip to content

Commit

Permalink
Merge pull request #5 from rwaweber/setup_tweaks
Browse files Browse the repository at this point in the history
Correcting super small typos in setup
  • Loading branch information
trallard committed May 1, 2019
2 parents daf5604 + 47e2695 commit ac71e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Once created make sure to change into it using ``cd airflow-tutorial``.

Next, make a copy of this `environment.yaml <https://raw.githubusercontent.com/trallard/airflow-tutorial/master/environment.yaml>`_
and install the
dependencies via ``Conda env create -f environment.yml``.
dependencies via ``conda env create -f environment.yml``.
Once all the dependencies are installed you can activate your environment through the following commands
::
source activate airflow-env # Mac
Expand Down

0 comments on commit ac71e46

Please sign in to comment.