Skip to content

Commit 90a03c7

Browse files
authored
Merge pull request #2868 from yohanmoon/ym-branch
add instruction for `ModuleNotFoundError: No Module named setuptools`
2 parents 622320c + 0fd1e3e commit 90a03c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Steps:
1111
- Install Sphinx (`pip install Sphinx`)
1212
- Fork the pygame-ce repository, download and navigate to it in the terminal
1313
- Run `python setup.py docs`
14+
- (Run `python -m pip install -U pip setuptools` first if `ModuleNotFoundError: No module named setuptools` occurs)
1415

1516
This will create a new folder under the `docs` folder.
1617
In `docs/generated`, you will find a local copy of the pygame documentation.

0 commit comments

Comments
 (0)