We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3b238 commit 0fd1e3eCopy full SHA for 0fd1e3e
docs/README.md
@@ -11,7 +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 setuptool` occurs)
+ - (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