From 1250d105b474b9dcbc85989594d4dee1ec5dec70 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Thu, 27 Jan 2022 00:17:36 +0530 Subject: [PATCH] update install command for conda and replace the link to conda-forge.org with https://anaconda.org/conda-forge/waybackpy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6213371..cef3aa8 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ pip install waybackpy ``` -**Using [conda](https://en.wikipedia.org/wiki/Conda_(package_manager)), from [conda-forge](https://conda-forge.org/) (recommended)**: +**Using [conda](https://en.wikipedia.org/wiki/Conda_(package_manager)), from [conda-forge](https://anaconda.org/conda-forge/waybackpy) (recommended)**: See also [waybackpy feedstock](https://github.com/conda-forge/waybackpy-feedstock), maintainers are [@rafaelrdealmeida](https://github.com/rafaelrdealmeida/), [@labriunesp](https://github.com/labriunesp/) and [@akamhy](https://github.com/akamhy/). ```bash -conda install waybackpy +conda install -c conda-forge waybackpy ```