You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/control/setup.py

10 lines
188 B
Python

import site
import sys
from setuptools import setup
if __name__ == "__main__":
setup()
# See https://github.com/pypa/pip/issues/7953
site.ENABLE_USER_SITE = "--user" in sys.argv[1:]