Skip to content

Commit d341911

Browse files
authored
docs: Add note about minimum Python3 version with http.server MIME type fix (#119)
1 parent f58f98b commit d341911

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ cd audio-analyser
1212
python3 -m http.server
1313
```
1414

15+
> [!NOTE]
16+
> If you're using the built-in Python HTTP server, be sure to use at least [Python version `3.10.12`](https://www.python.org/downloads/release/python-31012/).
17+
1518
Then navigate to `http://localhost:8000` in your browser.
19+
1620
For more information on serving files locally using different languages or technologies, see [Running a simple local HTTP server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Tools_and_setup/set_up_a_local_testing_server#running_a_simple_local_http_server).
1721

1822
## Repository contents

0 commit comments

Comments
 (0)