From c0ec8e006b37059a152ad0f57695e9a57d5680e6 Mon Sep 17 00:00:00 2001 From: LoreBadTime Date: Tue, 22 Nov 2022 16:46:38 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 113a382..f8d9a14 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Template of Android application (Java) running along a PyScript core

Tiny library/example of how to make pyscript work with native java apps
-For those wandering this implementation is completely hard coded, expect things to break, and for code readers expect to read crappy code :D
+For those wandering this implementation is completely hard coded, expect things to break, and for expert code readers expect to read crappy code :D
Im not affiliated with the PyScript project
PyScript repository here : https://github.com/pyscript/pyscript

@@ -9,7 +9,7 @@ PyScript repository here : https://github.com/pyscript/pyscript

How to run PyScript library offline?

  1. Download the entire file from pyscript website https://pyscript.net/unstable/pyscript.js
  2. Place it in src\main\assets
  3. -
  4. dify the src\main\assets\pyscript.html to use the new import
    +

  5. modify the src\main\assets\pyscript.html to use the new import
    from
    to