This repository contains a one-step install/update for the Urtext implementation in iOS using Pythonista3.
It is kept up to date with the latest versions tested versions of:
- anytree (needed for Urtext)
- dateutil (needed for Urtext)
- six (needed for Urtext)
- thefuzz (needed for Sublemon)
- app_single_launch (needed for Urtext Pythonista)
... and installs the following from their latest versions:
- urtext (core Urtext library)
- sublemon (minimal editor using iOS TextView)
- urtext_pythonista (implements Urtext in Sublemon)
The install steps can be performed manually but this script avoids that if desired.
Run the install script from Pythonista, either by copy and paste, or by:
- From your iOS device, open the file https://github.com/nbeversl/urtext_pythonista_install_or_update/blob/main/install.py
- Click the three dots at the upper right of the file
- From the dropdown click "Download"
- When the file downloads, click "Open in Pythonsta"
- Click the run (“play”) button in the Pythonista toolbar.