Skip to content

Instantly share code, notes, and snippets.

@nbeversl
nbeversl / install_or_update_urtext_pythonista.py
Last active July 6, 2024 17:59
Install or update Urtext Pythonista
import os
import shutil
import urllib.request
import zipfile
import site
message = """
This script will download and install all the libraries needed to
run Urtext in Pythonista. Existing copies of the libraries
will be erased and replaced.