Skip to content

Commit 7271637

Browse files
mikethemandomdfcoding
authored andcommitted
docs: prepare the user that they need python 3.8 (pypi#10393)
Until all `make` targets are built in containers, a new contributor will stumble on this error and there's nothing in the docs that tell you what you need. Refs: pypi#4948 Signed-off-by: Mike Fiedler <[email protected]>
1 parent bbe3a59 commit 7271637

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/development/getting-started.rst

+5
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,11 @@ Errors when executing ``make build``
324324
325325
snap install docker
326326
327+
* If you receive the error: ``python3.8: command not found`` , ensure you have
328+
Python 3.8 installed on your system.
329+
This is the "base" Python version that Warehouse uses to create the rest of
330+
the development environment.
331+
327332
Errors when executing ``make serve``
328333
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
329334

0 commit comments

Comments
 (0)