We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d08d2 commit 55be1e5Copy full SHA for 55be1e5
doc/source/development/contributing.rst
@@ -325,7 +325,11 @@ Creating a Python environment (pip)
325
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
326
327
If you aren't using conda for your development environment, follow these instructions.
328
-You'll need to have at least Python 3.6.1 installed on your system.
+You'll need to have at least Python 3.7.0 installed on your system. If your Python version
329
+is 3.8.0 (or later), you might need to update your ``setuptools`` to version 42.0.0 (or later)
330
+in your development environment before installing the build dependencies::
331
+
332
+ pip install --upgrade setuptools
333
334
**Unix**/**macOS with virtualenv**
335
0 commit comments