Skip to content

Instantly share code, notes, and snippets.

@CodeByAidan
Created October 10, 2022 02:00
Show Gist options
  • Save CodeByAidan/df3ea776e28e387f96cd25b9aec04e6d to your computer and use it in GitHub Desktop.
Save CodeByAidan/df3ea776e28e387f96cd25b9aec04e6d to your computer and use it in GitHub Desktop.
import os
import threading
try:
import EXAMPLE v1
except:
os.system("pip install EXAMPLE v1")
import EXAMPLE v1
try:
import EXAMPLE v2
except:
os.system("pip install EXAMPLE v2")
import EXAMPLE v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment