Skip to content

Commit

Permalink
Use python -m pip instead of just pip
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Aug 14, 2024
1 parent 9954438 commit 15b2aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Installation

From the command line::

pip install rohrpost
python -m pip install rohrpost

Or add this line to your `requirements.txt`::

Expand All @@ -45,7 +45,7 @@ For development you'll need to have the test environment installed. This is
rather large since `rohrpost` works mainly in conjunction with Channels_,
Daphne_, Django_ and so on. ::

pip install -r requirements/dev.txt
python -m pip install -r requirements/dev.txt

Run tests and style checks in this directory::

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Installation

From the command line::

pip install rohrpost
python -m pip install rohrpost

Or add this line to your `requirements.txt`::

Expand Down

0 comments on commit 15b2aa4

Please sign in to comment.