Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit f6b55dc

Browse files
author
Simon Biggs
committed
short instructions
1 parent 8c7064a commit f6b55dc

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

portable-windows-bundle/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python/
2-
scriptedforms-*.zip
2+
scriptedforms*.zip

portable-windows-bundle/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Portable Windows Bundle
22

3-
Write info here for users.
3+
Download `scriptedforms-windows-portable.zip` from the latest release:
44

5-
Link to here from main README.md
5+
> <https://github.com/SimonBiggs/scriptedforms/releases/latest>
6+
7+
Extract this zip file and run `scriptedforms.bat`. This will start a browser
8+
pointing to the form called `landing-page.md` within the `my-forms` directory.
9+
10+
Edit the forms within the `my-forms` directory. Feel free to the rebundle up
11+
the zip and share the form bundle with your colleagues.

portable-windows-bundle/my-forms/a-slider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ omega = np.ones(2)
3131

3232
Angular frequencies ($\omega$):
3333

34-
<variable-slider name="$\omega_0$" min="0" max="6" step="0.1">omega[0]</variable-slider>
35-
<variable-slider name="$\omega_1$" min="0" max="6" step="0.1">omega[1]</variable-slider>
34+
<variable-slider label="$\omega_0$" min="0" max="6" step="0.1">omega[0]</variable-slider>
35+
<variable-slider label="$\omega_1$" min="0" max="6" step="0.1">omega[1]</variable-slider>
3636

3737
```python
3838
plt.figure(figsize=(5*1.618,5))

portable-windows-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"scripts": {
33
"update": "wine ./python/python-*/python.exe -m pip --no-cache-dir install --upgrade scriptedforms numpy pandas matplotlib",
44
"test": "wine ./python/python-*/python.exe -m scriptedforms ./my-forms/a-slider.md",
5-
"zip": "zip -r scriptedforms-0.7.1.zip python/* my-forms/* scriptedforms.bat"
5+
"zip": "zip -r scriptedforms-windows-portable.zip python/* my-forms/* scriptedforms.bat"
66
}
77
}

0 commit comments

Comments
 (0)