Skip to content

Commit

Permalink
add explanation for users who do not want support for jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuslatrova committed Nov 27, 2023
1 parent 530548a commit 25b1722
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ 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.
To do so, run:

.. code-block:: sh
pip install --no-deps pipreqs
pip install yarg==0.1.9 docopt==0.6.2
Usage
-----

Expand Down Expand Up @@ -57,6 +65,7 @@ Usage
<compat> | e.g. Flask~=1.1.2
<gt> | e.g. Flask>=1.1.2
<no-pin> | e.g. Flask
--scan-notebooks Look for imports in jupyter notebook files.

Example
-------
Expand Down

0 comments on commit 25b1722

Please sign in to comment.