Skip to content

Commit c704c9e

Browse files
committed
docs: prepare the user that they need python 3.8
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 443e95a commit c704c9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/development/getting-started.rst

Lines changed: 5 additions & 0 deletions
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)