Skip to content

Commit

Permalink
Merge branch 'main' of github.com:traverseda/PySdfScad
Browse files Browse the repository at this point in the history
  • Loading branch information
traverseda committed Feb 17, 2023
2 parents 5a9e8ab + 91b0129 commit 2f73ea2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qtDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: install project
run: poetry install --all-extras --no-interaction --no-cache -vvv
continue-on-error: true
- run: QT_QPA_PLATFORM=minimal poetry run pyinstaller pysdfscad_qtgui/main.py --onefile --name=pySdfScad-${{runner.os}} --collect-data pysdfscad --collect-data pysdfscad_qtgui --windowed
- run: QT_QPA_PLATFORM=minimal poetry run pyinstaller pysdfscad_qtgui/main.py --onefile --name=pySdfScad-${{runner.os}} --collect-data pysdfscad --collect-data pysdfscad_qtgui --windowed --noupx

- run: brew install create-dmg
if: runner.os == 'macOS'
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ outside of linux (or at all). With that in mind...
Ensure that [pipx](https://pypa.github.io/pipx/) is installed and working, then run

pipx install "pysdfscad[qtgui] @ git+https://github.com/traverseda/PySdfScad.git"

You can also try downloading a pre-built binary from [here](https://github.com/traverseda/PySdfScad/releases).
These aren't currently tested.

## Compiled versions

Expand Down

0 comments on commit 2f73ea2

Please sign in to comment.