mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Update readme with venv arg addition
This commit is contained in:
parent
b0d70f8aa3
commit
bb256b091f
@ -25,7 +25,7 @@ Installation
|
|||||||
|
|
||||||
pip install pipreqs
|
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:
|
To do so, run:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
@ -66,6 +66,7 @@ Usage
|
|||||||
<gt> | e.g. Flask>=1.1.2
|
<gt> | e.g. Flask>=1.1.2
|
||||||
<no-pin> | e.g. Flask
|
<no-pin> | e.g. Flask
|
||||||
--scan-notebooks Look for imports in jupyter notebook files.
|
--scan-notebooks Look for imports in jupyter notebook files.
|
||||||
|
--venv <dirs>... Look for imports in the specified virtualenv
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user