소스 검색

docs: pyinstaller 3.0 is released now

this or any later 3.x or git master checkout should work.
Thomas Waldmann 9 년 전
부모
커밋
6299f2d02c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/development.rst

+ 1 - 1
docs/development.rst

@@ -129,7 +129,7 @@ Make sure you have everything built and installed (including llfuse and fuse).
 
 With virtual env activated::
 
-  pip install pyinstaller==3.0.dev2  # or a later 3.x release or git checkout
+  pip install pyinstaller>=3.0  # or git checkout master
   pyinstaller -F -n borg-PLATFORM --hidden-import=logging.config borg/__main__.py
   ls -l dist/*