Skip to content

Commit bb340c8

Browse files
committed
add more instructions on adding by cloning
1 parent a23e7a3 commit bb340c8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/user-guide/running-offline.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Running PyScript offline
1+
# Running PyScript Offline
22

33
Althought users will want to create and share PyScript apps on the internet, there are cases when user want to run PyScript applications offline, in an airgapped fashion. This means that both PyScript core and the interpreter used to run code need to be served with the application itself. In short, the 2 main explicit tasks needed to create an offline PyScript application are:
44

@@ -21,9 +21,11 @@ mkdir -p pyscript-offline
2121
cd pyscript-offline
2222
```
2323

24-
### Adding ore by Cloning the Repository
24+
### Adding core by Cloning the Repository
2525

26-
...
26+
You can build all the PyScript Core files by cloning the project repository and building them yourself. To do so, build the files by following the instructions in our [developer guide](/developers)
27+
28+
Once you've run the `build` command, copy the `build` folder that has been created into your `pyscript-offline` folder.
2729

2830
### Adding core by Installing `@pyscript/core` Locally
2931

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,5 @@ nav:
7777
- Python terminal: user-guide/terminal.md
7878
- Python editor: user-guide/editor.md
7979
- Plugins: user-guide/plugins.md
80+
- Running PyScript Offline: user-guide/running-offline.md
8081
- Example apps: user-guide/examples.md

0 commit comments

Comments
 (0)