You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@ Creating user interfaces for Python Apps in Pythonista becomes as simple as addi
9
9
10
10
## Getting started
11
11
Pip is the recommended installation method for WKApp.
12
-
Install [StaSh](https://github.com/ywangd/stash) for Pythonista 3 using the installation instructions from its README first.
13
-
Then install the `pythonista-wkapp` module with pip.
12
+
Install with [StaSh](https://github.com/ywangd/stash).
13
+
Or install with pipTerminal from [Pythonista pip configration tool](https://github.com/CrossDarkrix/Pythonista3_pip_Configration_Tool/blob/main/README_EN.md).
14
14
```
15
15
pip install pythonista-wkapp
16
16
```
17
-
Alternatively you can also clone or download a zip of this repository and copy/extract the project files into `site-packages/wkapp`.
17
+
Alternatively you can also clone or download a zip of this repository and copy/extract the project files into `site-packages/wkapp`.
18
+
Note: Dependencies packages must also be installed / made available somewhere if using this installation method.
18
19
19
20
To create an app, simply add a folder somewhere containing an `app.py` file as follows.
0 commit comments