소스 검색

update dependency infos

Noah Vogt 1 년 전
부모
커밋
99a7712164
3개의 변경된 파일12개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      README.md
  2. 1 0
      requirements-unix.txt
  3. 7 0
      requirements-win32.txt

+ 4 - 2
README.md

@@ -312,12 +312,14 @@ The slides are placed in subdirectories of `OBS_SLIDES_DIR` with the following n
 First, install a reasonably new version of
 
 - [git](https://git-scm.com/)
+- [ffmpeg](https://ffmpeg.org/)
 - [fzf](https://github.com/junegunn/fzf)
 - [imagemagick](https://imagemagick.org/script/download.php) (If you are a windows user, select the c/c++ developer headers. Also you may need vcredist for imagemagick to work.)
 - [python3](https://www.python.org/)
-- some python packages that are not in the standard library using:
+- some python packages that are not in the standard library based on wether you use a unix-like system or Windows. Note that you only need to execute the one for you platform:
 
-    pip install -r requirements.txt
+    pip install -r requirements-unix.txt
+    pip install -r requirements-win32.txt
 
 Then clone the git repository somewhere, doesn't really matter. I often use
 

+ 1 - 0
requirements.txt → requirements-unix.txt

@@ -4,3 +4,4 @@ colorama
 pyautogui
 PyQt5
 pycdio
+soundfile

+ 7 - 0
requirements-win32.txt

@@ -0,0 +1,7 @@
+wand
+termcolor
+colorama
+pyautogui
+PyQt5
+wmi
+soundfile