소스 검색

Add comments to requirements.txt

Chris Hemingway 10 년 전
부모
커밋
7b3647aa97
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      requirements.txt

+ 3 - 0
requirements.txt

@@ -1,3 +1,6 @@
+# This file contains python only requirements to be installed with pip
+# Python pacakges that cannot be installed with pip (e.g. PyQT4) are not included.
+# Usage: pip install -r requirements.txt
 numpy>=1.8
 matplotlib>=1.3.1
 shapely>=1.3