Update README.rst

This commit is contained in:
Rémi MERGEN 2024-02-21 12:58:40 +01:00 committed by GitHub
parent cd3f437689
commit 952715b7cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,6 +86,6 @@ Contents of requirements.txt
Why not pip freeze? Why not pip freeze?
------------------- -------------------
- ``pip freeze`` only saves the packages that are installed with ``pip install`` in your environment. - ``pipreqs`` only saves the packages that are installed with ``pip install`` in your environment.
- ``pip freeze`` saves all packages in the environment including those that you don't use in your current project (if you don't have ``virtualenv``). - ``pip freeze`` saves all packages in the environment including those that you don't use in your current project (if you don't have ``virtualenv``).
- and sometimes you just need to create ``requirements.txt`` for a new project without installing modules. - and sometimes you just need to create ``requirements.txt`` for a new project without installing modules.