Skip to content

Commit

Permalink
Updated README with supported Python versions (#2113)
Browse files Browse the repository at this point in the history
Co-authored-by: Tracy Boehrer <[email protected]>
  • Loading branch information
tracyboehrer and Tracy Boehrer authored May 23, 2024
1 parent c6182f1 commit 8e127e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you want to debug an issue, would like to [contribute](#contributing-code), o

### Prerequisites
- [Git](https://git-scm.com/downloads)
- [Python 3.8.17](https://www.python.org/downloads/)
- [Python 3.8.17 - 3.11.x](https://www.python.org/downloads/)

Python "Virtual Environments" allow Python packages to be installed in an isolated location for a particular application, rather than being installed globally, as such it is common practice to use them. Click [here](https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments) to learn more about creating _and activating_ Virtual Environments in Python.

Expand Down

0 comments on commit 8e127e7

Please sign in to comment.