Skip to content

Commit

Permalink
Add description of Python 3 command
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jul 2, 2023
1 parent 4670962 commit 77f94e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ This project is built with [Python](https://www.python.org/), [Django](https://w

Please make sure you have at least Python 3.10 installed. If you are developing on Windows, make sure to use PowerShell.

:warning: some Python installations provide only the `python3` command instead of `python`. If you get errors that the `python` command cannot be found, try running the same command using `python3`. This is an unfortunate consequence of the transition from Python 2 to 3.

### Install

You can set up a development environment with the following steps. **Note:** some Python installations provide a `python` command instead of `python3`, so you may need to substitute `python` in the instructions below.
Expand Down

0 comments on commit 77f94e2

Please sign in to comment.