Merge branch 'add_pipfile_support' of https://github.com/peter279k/you-get into peter279k-add_pipfile_support

This commit is contained in:
Mort Yao 2022-04-19 18:03:10 +02:00
commit 9d89ff6c95
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -89,6 +89,14 @@ $ python3 setup.py install --user
to install `you-get` to a permanent path.
You can also use the [pipenv](https://pipenv.pypa.io/en/latest) to install the `you-get` in the Python virtual environment.
```
$ pipenv install -e .
$ pipenv run you-get --version
you-get: version 0.4.1555, a tiny downloader that scrapes the web.
```
### Option 4: Git clone
This is the recommended way for all developers, even if you don't often code in Python.