1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-24 08:19:03 +00:00

docs: pyinstaller 3.0 is released now

this or any later 3.x or git master checkout should work.
This commit is contained in:
Thomas Waldmann 2015-10-07 03:42:08 +02:00
parent 81423071d7
commit 6299f2d02c

View file

@ -129,7 +129,7 @@ Make sure you have everything built and installed (including llfuse and fuse).
With virtual env activated:: 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 pyinstaller -F -n borg-PLATFORM --hidden-import=logging.config borg/__main__.py
ls -l dist/* ls -l dist/*