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
# stable version hosted on gist at: https://gist.github.com/alessiacoccato/a1f9b9ff5530bfcdcf084b77513358b2 | |
import os | |
import sys | |
import subprocess | |
import logging | |
from contextlib import contextmanager | |
from io import StringIO | |
INSTALLED = False |