소스 검색

use requirements.txt for dependencies

Noah Vogt 2 주 전
부모
커밋
8879e78939
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 0
      requirements.txt

+ 1 - 1
README.md

@@ -17,7 +17,7 @@ They also crash way too often, so especially given their intended use for livest
 
 To setup you need to have python3 installed. In addition, to install the dependencies using pip:
 
-    pip install pyyaml kivy
+    pip install -r requirements.txt
 
 ## Project State
 It is currently still under heavy development, here are some planned changes:

+ 1 - 0
requirements.txt

@@ -0,0 +1 @@
+pyyaml kivy