We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13ac31 commit b59dc58Copy full SHA for b59dc58
docs/introduction.rst
@@ -38,7 +38,7 @@ download the `Sorted Containers zipball`_.
38
Once you have a copy of the sources, you can embed it in your Python package,
39
or install it into your site-packages using the command::
40
41
- $ python3 setup.py install
+ $ python3 -m pip install .
42
43
:doc:`Sorted Containers<index>` is available in Debian distributions as
44
`python3-sortedcontainers` and `python-sortedcontainers`.
0 commit comments