Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LoreBadTime authored Nov 22, 2022
1 parent e26b1e5 commit c0ec8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<h1> Template of Android application (Java) running along a PyScript core </h1>

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

<h2>FAQ</h2>
<p> How to run PyScript library offline?<br></p>
<ol><li> Download the entire file from pyscript website https://pyscript.net/unstable/pyscript.js</li>
<li>Place it in src\main\assets </li>
<li><p>dify the src\main\assets\pyscript.html to use the new import<br>
<li><p> modify the src\main\assets\pyscript.html to use the new import<br>
from <script defer src="https://pyscript.net/unstable/pyscript.js"></script> <br>
to <script defer src="./pyscript.js"></script>

Expand Down

0 comments on commit c0ec8e0

Please sign in to comment.