Skip to content

Commit

Permalink
docs: merge pull request #1075 from nim65s/master
Browse files Browse the repository at this point in the history
docs: avoid sudo pip install

Bug-Url: #1075
  • Loading branch information
svinota authored Mar 11, 2023
2 parents 0e6da25 + 22cbba3 commit e96f3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Quickstart

Hello, world::

$ sudo pip install pyroute2
$ pip install pyroute2

$ cat example.py
from pyroute2 import IPRoute
Expand Down Expand Up @@ -68,7 +68,7 @@ Python GC will collect closed objects.
Imports
-------

The public API is exported by `pyroute2/__init__.py`.
The public API is exported by `pyroute2/__init__.py`.

It is done so to provide a stable API that will not be affected
by changes in the package layout. There may be significant
Expand Down

0 comments on commit e96f3ad

Please sign in to comment.