changing setup

This commit is contained in:
Stalberg Jonathan
2023-04-18 15:15:36 +02:00
parent a9abbb227c
commit 68abc169e0
2 changed files with 7 additions and 5 deletions

View File

@ -6,10 +6,10 @@ from setuptools import setup
CURRENT_PATH = pathlib.Path(__file__).parent.resolve()
bec_utils = os.path.join(os.getenv("BEC_PATH", f"{CURRENT_PATH}/../bec"), "bec_utils")
# bec_utils = os.path.join(os.getenv("BEC_PATH", f"{CURRENT_PATH}/../bec"), "bec_utils")
if __name__ == "__main__":
subprocess.run(f"pip install -e {bec_utils}", shell=True, check=True)
# subprocess.run(f"pip install -e {bec_utils}", shell=True, check=True)
setup(
install_requires=["pyqt5", "pyqtgraph", "h5py", "PyQtWebEngine"],