Skip to content

Commit

Permalink
docs: prepare the user that they need python 3.8 (#10393)
Browse files Browse the repository at this point in the history
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: #4948

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman authored Nov 21, 2021
1 parent 443e95a commit 597938c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/development/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,11 @@ Errors when executing ``make build``
snap install docker
* If you receive the error: ``python3.8: command not found`` , ensure you have
Python 3.8 installed on your system.
This is the "base" Python version that Warehouse uses to create the rest of
the development environment.

Errors when executing ``make serve``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 597938c

Please sign in to comment.