This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |