From 68cf21dbee1478ab86bd1608e84ceebc54e7a05f Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 7 Jan 2022 10:41:05 +0800 Subject: [PATCH] Add pipenv command usage option --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d2fdaa99..0c3d4099 100644 --- a/README.md +++ b/README.md @@ -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.