1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-17 19:47:03 +01:00

README.md: Simplify installation instructions

Pipenv has captured the local dependency with `-e .` so now it gets
installed by the Pipfile or requirements.txt.
This commit is contained in:
Alan Orth 2019-08-02 11:02:50 +03:00
parent f772a3be41
commit a00d3d7ea5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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