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 e295961 commit 70b16caCopy full SHA for 70b16ca
docs/source/installation.rst
@@ -44,6 +44,18 @@ For developers and the truly impatient
44
curl http://localhost:5000
45
46
47
+.. note::
48
+
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
58
59
pip
60
---
61
0 commit comments