Skip to content

Commit 65d0cb8

Browse files
committed
- updated instructions of setuptools to include external references
1 parent 70b16ca commit 65d0cb8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/source/installation.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,8 @@ For developers and the truly impatient
4747
.. note::
4848

4949
If you get this error: `ModuleNotFoundError: No module named 'setuptools'`, it is because `setuptools`
50-
is not installed in your system. Although some python installers will install it, `setuptools` is not part of the Python standard library.
51-
52-
Install it with:
53-
54-
.. code-block:: bash
55-
56-
pip3 install setuptools
57-
50+
is not installed in your system. Although some python installers will install it, `setuptools` is `not part of the Python standard library <https://docs.python.org/3/py-modindex.html#cap-s>`_.
51+
See this `guide <https://packaging.python.org/en/latest/guides/installing-using-linux-tools/>`_ to install it in your system.
5852

5953
pip
6054
---

0 commit comments

Comments
 (0)