From a00d3d7ea523ea57884daf0abd6d32912e9c6a0e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 2 Aug 2019 11:02:50 +0300 Subject: [PATCH] README.md: Simplify installation instructions Pipenv has captured the local dependency with `-e .` so now it gets installed by the Pipfile or requirements.txt. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9f00061..be83bd6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ $ git clone https://git.sr.ht/~alanorth/csv-metadata-quality $ cd csv-metadata-quality $ pipenv install $ pipenv shell -$ pip install . ``` Otherwise, if you don't have pipenv, you can use a vanilla Python virtual environment: @@ -34,7 +33,6 @@ $ cd csv-metadata-quality $ python3 -m venv venv $ source venv/bin/activate $ pip install -r requirements.txt -$ pip install . ``` ## Usage