Skip to content

Commit 201b97c

Browse files
committed
docs: align README with setup.py modernization
Fix markdown syntax highlighting for installation commands to reflect the improved Python 3.12 compatibility workflow.
1 parent e0814ee commit 201b97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ so any changes or install dependencies are self-contained.
2424

2525
As a one time setup, let's install the project's dependencies from the [`requirements.txt`](requirements.txt) file.
2626

27-
```py
27+
```sh
2828
# It's always a good idea to update pip before installing dependencies.
2929
pip install -U pip
3030

0 commit comments

Comments
 (0)