Skip to content

Commit

Permalink
fix version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Jun 9, 2024
1 parent e83221d commit f99fdb7
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 @@ -91,7 +91,7 @@ bash deploy.sh

## Running Locally

The software was tested on GNU/Linux and macOS with Python 3.11 and 3.12.3 ([3.11.4](https://github.com/pydantic/pydantic/issues/9609) currently not working).
The software was tested on GNU/Linux and macOS with Python 3.11 and 3.12.3 ([3.12.4](https://github.com/pydantic/pydantic/issues/9609) currently not working).
If you want to use the software under Windows, you must set the environment variables with `set` instead of `export`.

You should also create a [virtual environment](https://docs.python.org/3/library/venv.html) with the version of Python you want to use, and activate it before proceeding.
Expand Down

0 comments on commit f99fdb7

Please sign in to comment.