Skip to content

Commit

Permalink
Change -e to -r in pip install -r requirements/test.in
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckerruebe authored Jul 1, 2022
1 parent 2e77e3b commit 73e14ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/why.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Now installation command is

.. code-block:: shell
pip install -e requirements/test.in
pip install -r requirements/test.in
For one single time (exceptionally to show how unacceptable is this task)
let's manually compose ``requirements/test.txt``.
Expand Down Expand Up @@ -245,4 +245,4 @@ Some of the benefits are achievable with other methods, but I want to be general
not whenever they are released.
5. Different environments are separated into different files.
6. ``*.in`` files are small and manageable because they store only direct dependencies.
7. ``*.txt`` files are exhaustive and precise (but you don't need to edit them).
7. ``*.txt`` files are exhaustive and precise (but you don't need to edit them).

0 comments on commit 73e14ed

Please sign in to comment.