Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/beginning-pyscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ All PyScript applications need three things:
how your application works.

Create these files with your favourite code editor on your local file system.
Alternatively, [pyscript.com](https://pyscript.com) will take away all the pain
of organising, previewing and deploying your application.
Alternatively, [pyscript.com](https://pyscript.com) is a free cloud-hosted service
by Anaconda that streamlines organising, previewing and deploying your application.
For more information about the distinction between [pyscript.net](https://pyscript.net) and
[pyscript.com](https://pyscript.com), check out the FAQ on [pyscript.com](https://pyscript.com).

If you're using your local file system, you'll need a way to view your
application in your browser. If you already have Python installed on
Expand Down