From d7ddccd679ad35860ca76cbd795f1ed3be52efac Mon Sep 17 00:00:00 2001 From: Daniel Chen Date: Tue, 8 Oct 2019 15:47:18 -0400 Subject: [PATCH] apparently this is on conda-forge --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a4eb2fb..a359ee9 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,18 @@ Great for reading and writing datasets! ## Installation +### pip ```bash pip install pyprojroot ``` +### conda +https://anaconda.org/conda-forge/pyprojroot + +```bash +conda install -c conda-forge pyprojroot +``` + ## Usage ```python