From 3f4e84a638e84e54b5a978e1e53933a66d2b40f1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 22 Aug 2019 14:54:12 +0300 Subject: [PATCH] README.md: Use ILRI GitHub remote --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be83bd6..527ba5a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Requires Python 3.6 or greater. CSV and Excel support comes from the [Pandas](ht The easiest way to install CSV Metadata Quality is with [pipenv](https://github.com/pypa/pipenv): ``` -$ git clone https://git.sr.ht/~alanorth/csv-metadata-quality +$ git clone https://github.com/ilri/csv-metadata-quality.git $ cd csv-metadata-quality $ pipenv install $ pipenv shell @@ -28,7 +28,7 @@ $ pipenv shell Otherwise, if you don't have pipenv, you can use a vanilla Python virtual environment: ``` -$ git clone https://git.sr.ht/~alanorth/csv-metadata-quality +$ git clone https://github.com/ilri/csv-metadata-quality.git $ cd csv-metadata-quality $ python3 -m venv venv $ source venv/bin/activate