Skip to content

Commit

Permalink
docs: pyinstaller 3.0 is released now
Browse files Browse the repository at this point in the history
this or any later 3.x or git master checkout should work.
  • Loading branch information
ThomasWaldmann committed Oct 7, 2015
1 parent 8142307 commit 6299f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down

0 comments on commit 6299f2d

Please sign in to comment.