RPI doc update

This commit is contained in:
Richard Smith 2024-06-10 17:28:47 +01:00
parent bdc49267e2
commit 22884df99f
4 changed files with 17 additions and 24 deletions

View file

@ -92,7 +92,6 @@ Make a folder `my_project` with a file `main.py`:
# /// script
# dependencies = [
# "cffi",
# "inflection",
# "raylib"
# ]
# ///