sandeshrajx commited on
Commit
f24c40b
1 Parent(s): 057d450

Update setup.py

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
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
  )