From f4c5c5781e2b66de9c005fabd7ae6aa23ead934b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 6 Jul 2020 13:59:11 +0300 Subject: [PATCH] README.md: Switch to poetry --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 368b17d..0acb8da 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,16 @@ Requires Python 3.8 or greater. CSV and Excel support comes from the [Pandas](ht - Perform [Unicode normalization](https://withblue.ink/2019/03/11/why-you-need-to-normalize-unicode-strings.html) on strings using `--unsafe-fixes` ## Installation -The easiest way to install CSV Metadata Quality is with [pipenv](https://github.com/pypa/pipenv): +The easiest way to install CSV Metadata Quality is with [poetry](https://python-poetry.org): ``` $ git clone https://github.com/ilri/csv-metadata-quality.git $ cd csv-metadata-quality -$ pipenv install -$ pipenv shell +$ poetry install +$ poetry shell ``` -Otherwise, if you don't have pipenv, you can use a vanilla Python virtual environment: +Otherwise, if you don't have poetry, you can use a vanilla Python virtual environment: ``` $ git clone https://github.com/ilri/csv-metadata-quality.git