Spaces:
Runtime error
Runtime error
Update setup.py
Browse files
setup.py
CHANGED
@@ -65,7 +65,7 @@ install_options = [
|
|
65 |
]
|
66 |
|
67 |
subprocess.run(
|
68 |
-
["pip", "install", "-v"] + install_options + ["git+https://github.com/sandeshrajbhandari/apex.git"],
|
69 |
check=True,
|
70 |
capture_output=True
|
71 |
)
|
|
|
65 |
]
|
66 |
|
67 |
subprocess.run(
|
68 |
+
["pip", "install", "-v"] + install_options + ["git+https://github.com/sandeshrajbhandari/apex.git#egg=apex"],
|
69 |
check=True,
|
70 |
capture_output=True
|
71 |
)
|