You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
<h1> Template of Android application (Java) running along a PyScript core </h1>
2
2
3
3
<p> Tiny library/example of how to make pyscript work with native java apps <br>
4
-
For those wandering this implementation is completely hard coded, expect things to break, and for code readers expect to read crappy code :D <br>
4
+
For those wandering this implementation is completely hard coded, expect things to break, and for expert code readers expect to read crappy code :D <br>
5
5
Im not affiliated with the PyScript project <br>
6
6
PyScript repository here : https://github.com/pyscript/pyscript </p>
7
7
8
8
<h2>FAQ</h2>
9
9
<p> How to run PyScript library offline?<br></p>
10
10
<ol><li> Download the entire file from pyscript website https://pyscript.net/unstable/pyscript.js</li>
11
11
<li>Place it in src\main\assets </li>
12
-
<li><p>dify the src\main\assets\pyscript.html to use the new import<br>
12
+
<li><p> modify the src\main\assets\pyscript.html to use the new import<br>
13
13
from <scriptdefersrc="https://pyscript.net/unstable/pyscript.js"></script> <br>
0 commit comments