Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar authored Feb 4, 2024
1 parent 48421ec commit e04ac6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ All should be pip installable.

Venv:
+ If developing a [virtual environment](https://docs.python.org/3/library/venv.html) (recommended), use this command while in the environment to download all relevant dependencies
+ ```python -m pip install pygame python-i18n importlib_resources typing_extensions```
+ ```python -m pip install pygame-ce python-i18n importlib_resources typing_extensions```
+ Or here's a one-liner to set up the virtual environment all at once
+ ```python -m pip install pygame python-i18n importlib_resources typing_extensions sphinx sphinx_rtd_theme pytest pytest-cov pytest-benchmark ```
+ ```python -m pip install pygame-ce python-i18n importlib_resources typing_extensions sphinx sphinx_rtd_theme pytest pytest-cov pytest-benchmark ```

Helpful checklist to go through before submitting a big pull request
====================================================================
Expand Down

0 comments on commit e04ac6b

Please sign in to comment.