Skip to content

Commit

Permalink
Update bypy readme windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jun 13, 2024
1 parent 38be67c commit 965f37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bypy/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ To build the dependencies for calibre, run::

./setup.py build_dep windows

The output (after a very long time) will be in :literal:`bypy/b/windows/[32|64]`.
The output (after a very long time) will be in :literal:`bypy/b/windows/64`.
Now you can build the calibre windows installers with::

./setup.py win --dont-sign
./setup.py win64 --dont-sign

The output will be in :file:`dist`

0 comments on commit 965f37d

Please sign in to comment.