From 345dd1502c072bae8aca377c9de590001ed75cce Mon Sep 17 00:00:00 2001 From: Tom de Geus Date: Sat, 16 Nov 2019 07:30:31 +0100 Subject: [PATCH] [docs] Added conda --- doc/usage.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/usage.rst b/doc/usage.rst index e71629c52f5a..67f8d9ccaad7 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -103,7 +103,14 @@ the previous section. Then compile the ``doc`` target/project, for example:: make doc This will generate the HTML documentation in ``doc/html``. - + +Conda +===== + +fmt can be install (for Windows, macOS and Linux) on `Conda `__, using its `conda-forge `__ `package `__, as follows:: + + conda install -c conda-forge fmt + Android NDK ===========