From 8f8487c0a89d7c4211d0ffdf31792b02bfa53df9 Mon Sep 17 00:00:00 2001 From: Jesse Mapel Date: Wed, 3 Feb 2021 00:12:36 -0700 Subject: [PATCH] Added conda-forge installation instructions (#187) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 543f355..4c55556 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Documentation Status - + @@ -59,6 +59,8 @@ If you are using [cget](https://cget.readthedocs.io/en/latest/), you can install On macOS, you can install inja via [Homebrew](https://formulae.brew.sh/formula/inja#default) and `brew install inja`. +If you are using [conda](https://docs.conda.io/en/latest/), you can install the latest version from [conda-forge](https://anaconda.org/conda-forge/inja) with `conda install -c conda-forge inja`. + ## Tutorial This tutorial will give you an idea how to use inja. It will explain the most important concepts and give practical advices using examples and executable code. Beside this tutorial, you may check out the [documentation](https://pantor.github.io/inja).