Skip to content

Commit

Permalink
Merge pull request #6 from kishankarun/patch-2
Browse files Browse the repository at this point in the history
Update 00-using-this-tutorial.md
  • Loading branch information
kkinder authored Jul 31, 2024
2 parents 0da06cf + 4dcf208 commit 9a599dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/00-using-this-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Each of the examples in this tutorial can be run on PyScript.com, a web environment that lets you write, test, and share PyScript code. Alternatively, you can clone the [PuePy git repo](https://github.com/kkinder/puepy) and run a live web server with each example included.

The PyScript.com environment uses the PuePy `.whl` file, as [downloadable from PyPi](https://github.com/kkinder/puepy), while the examples in the git repository are served with PuePy directly from source files on disk.
The PyScript.com environment uses the PuePy `.whl` file, as [downloadable from PyPi](https://pypi.org/project/puepy/#files), while the examples in the git repository are served with PuePy directly from source files on disk.

## Using PyScript.com

Expand Down Expand Up @@ -34,4 +34,4 @@ Most of the examples you see live in this tutorial include example code running

<puepy/>

There, you can see the running example inline with its explanation. You can also edit the code on PyScript.com by navigating to its example folder and cloning the project, as described above.
There, you can see the running example inline with its explanation. You can also edit the code on PyScript.com by navigating to its example folder and cloning the project, as described above.

0 comments on commit 9a599dc

Please sign in to comment.