Skip to content

Commit b59dc58

Browse files
committed
Update install command
1 parent a13ac31 commit b59dc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ download the `Sorted Containers zipball`_.
3838
Once you have a copy of the sources, you can embed it in your Python package,
3939
or install it into your site-packages using the command::
4040

41-
$ python3 setup.py install
41+
$ python3 -m pip install .
4242

4343
:doc:`Sorted Containers<index>` is available in Debian distributions as
4444
`python3-sortedcontainers` and `python-sortedcontainers`.

0 commit comments

Comments
 (0)