diff --git a/docs/development.rst b/docs/development.rst index 409a63bdf..9b4c0d893 100644 --- a/docs/development.rst +++ b/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/*