Skip to content

Commit

Permalink
v2.0 of the installer! yay
Browse files Browse the repository at this point in the history
  • Loading branch information
ST5Sneaky authored Aug 27, 2022
1 parent c89c942 commit 437120d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dependecies2.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title Openedit/Python Dependencies Batch Installer Version 2.0
echo Install FFmpeg using your browser, then click any key once FFmpeg has been installed.
start https://ffmpeg.org/download.html
pause
pip install gevent
pip install argparse
pip install pywin32
pip install ffmpeg-python
echo All the dependecies for Openedit have been installed on your computer.
pause

0 comments on commit 437120d

Please sign in to comment.