Skip to content

Commit 49653ec

Browse files
committed
Update README
1 parent 11b4e7c commit 49653ec

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ Creating user interfaces for Python Apps in Pythonista becomes as simple as addi
99

1010
## Getting started
1111
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).
1414
```
1515
pip install pythonista-wkapp
1616
```
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.
1819

1920
To create an app, simply add a folder somewhere containing an `app.py` file as follows.
2021

0 commit comments

Comments
 (0)