From bb256b091fbf166e4480d1eb45b9f3ebab9c1619 Mon Sep 17 00:00:00 2001 From: Thomas Darnell Date: Fri, 26 Apr 2024 12:56:18 +0100 Subject: [PATCH] Update readme with venv arg addition --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0b5433e..b7c7867 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Installation pip install pipreqs -Obs.: if you don't want support for jupyter notebooks, you can install pipreqs without the dependencies that give support to it. +Obs.: if you don't want support for jupyter notebooks, you can install pipreqs without the dependencies that give support to it. To do so, run: .. code-block:: sh @@ -66,6 +66,7 @@ Usage | e.g. Flask>=1.1.2 | e.g. Flask --scan-notebooks Look for imports in jupyter notebook files. + --venv ... Look for imports in the specified virtualenv Example -------