Skip to content

Commit 70b16ca

Browse files
committed
- Added note about setuptools on the install documentation
1 parent e295961 commit 70b16ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/installation.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ For developers and the truly impatient
4444
curl http://localhost:5000
4545
4646
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+
4759
pip
4860
---
4961

0 commit comments

Comments
 (0)