You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/installation.rst
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,8 @@ For developers and the truly impatient
47
47
.. note::
48
48
49
49
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.
0 commit comments