Fix examples Ci, Makefile, some doc references (#469)

* fix examples ci, makefile, and update docs

* getting started reference
This commit is contained in:
Peter W
2022-05-26 16:56:54 -05:00
committed by GitHub
parent a9470ed9c1
commit 1bf6cc0e72
4 changed files with 7 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ In addition to the [Python Standard Library](https://docs.python.org/3/library/)
the `pyscript` module, many 3rd-party OSS packages will work out-of-the-box with PyScript.
In order to use them, you will need to declare the dependencies using the `<py-env>` tag in the
HTML head. You can also link to `.whl` files directly on disk like in our [toga example](https://github.com/pyscript/pyscript/blob/main/pyscriptjs/examples/toga/freedom.html).
HTML head. You can also link to `.whl` files directly on disk like in our [toga example](https://github.com/pyscript/pyscript/blob/main/examples/toga/freedom.html).
```
<py-env>