We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622320c + 0fd1e3e commit 90a03c7Copy full SHA for 90a03c7
docs/README.md
@@ -11,6 +11,7 @@ Steps:
11
- Install Sphinx (`pip install Sphinx`)
12
- Fork the pygame-ce repository, download and navigate to it in the terminal
13
- Run `python setup.py docs`
14
+ - (Run `python -m pip install -U pip setuptools` first if `ModuleNotFoundError: No module named setuptools` occurs)
15
16
This will create a new folder under the `docs` folder.
17
In `docs/generated`, you will find a local copy of the pygame documentation.
0 commit comments