From e63ce9b685a0cdd98c5be49d96a704ad70c891e4 Mon Sep 17 00:00:00 2001 From: Fabio Pliger Date: Fri, 1 Sep 2023 14:59:33 -0500 Subject: [PATCH] simplify installation section in the getting started section --- docs/tutorials/getting-started.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index 5f76239b..8428163a 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -21,11 +21,10 @@ to edit their apps, preview it and deploy with just a link, all in the same plac ## Installation -There is no installation required. In this document, we'll use -the PyScript assets served on [https://pyscript.net](https://pyscript.net). +There is no PyScript specific installation required in your system to start using PyScript in your browser. All you need to do is to +simply add a reference in your application code to where your application should get PyScript from. -If you want to download the source and build it yourself, follow -the instructions in the [README.md](https://github.com/pyscript/pyscript/blob/main/README.md) file. +If you are not an experienced developer and it all sounds very complicated, don't worry, we'll get you through it in the following steps. ## Your first PyScript HTML file