Skip to content

Commit

Permalink
Bump required Python version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenulous authored Feb 12, 2024
1 parent 8313d80 commit 1c9116b
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 @@ -17,7 +17,7 @@ Please refer to the [Wuggy Site](https://wuggycode.github.io/wuggy/) for install
If you'd like to add the submodules after cloning without `--recurse-submodules`, use `git submodule update --init --recursive`.

2. Run `pip install -r dev-requirements.txt`. Note that some dependencies may require C extensions: pay close attention to any error messages you may receive during installation.
Make sure you run this command using Python >= 3.6, optionally within a virtual environment.
Make sure you run this command using Python >= 3.8, optionally within a virtual environment.

### Generate documentation

Expand Down

0 comments on commit 1c9116b

Please sign in to comment.