jcudit HF Staff commited on
Commit
c2d7d6f
·
1 Parent(s): f272b0c

fix: install package in editable mode for proper module imports

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # HuggingFace ZeroGPU support
2
  spaces>=0.28.3
3
 
 
1
+ # Install package in editable mode
2
+ -e .
3
+
4
  # HuggingFace ZeroGPU support
5
  spaces>=0.28.3
6