Princeaka commited on
Commit
1b1eb9f
Β·
verified Β·
1 Parent(s): 75cffb4

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +9 -0
install.sh CHANGED
@@ -20,4 +20,13 @@ fi
20
  mkdir -p model_cache tmp
21
  chmod -R 777 model_cache tmp
22
 
 
 
 
 
 
 
 
 
 
23
  echo "βœ… Build complete β€” environment ready to launch!"
 
20
  mkdir -p model_cache tmp
21
  chmod -R 777 model_cache tmp
22
 
23
+ # Verify moviepy is installed
24
+ python -c "import moviepy.editor; print('βœ… moviepy is installed and working')"
25
+
26
+ # List installed packages
27
+ echo "------------------------------------"
28
+ echo "πŸ“‹ Installed packages:"
29
+ pip list
30
+ echo "------------------------------------"
31
+
32
  echo "βœ… Build complete β€” environment ready to launch!"