Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: added pyinstaller command for mac osx #147

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

vassilispapadop
Copy link
Contributor

@vassilispapadop vassilispapadop commented Mar 1, 2024

Description

Added pyinstaller command for mac osx

Fixes #(issue-number)

Changelog:

Added:

  • ...

Updated:

  • ...

Fixed:

  • ...

Removed:

  • ...

@vassilispapadop vassilispapadop changed the title pyinstaller command README: added pyinstaller command for mac osx Mar 1, 2024
@vassilispapadop vassilispapadop marked this pull request as ready for review March 1, 2024 13:28
@@ -33,4 +33,8 @@ ToDo

## Mac

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the necessary steps before the command used to generate the executable. Like we did for Windows

Follow these steps to generate the executable for Windows.

  1. Run these commands
cd path/to/dot
conda activate dot
  1. Get the path of the site-packages by running this command
python -c "import site; print(''.join(site.getsitepackages()))"
  1. Replace path/to/site-packages with the path of the site-packages and run this command

@Ghassen-Chaabouni Ghassen-Chaabouni added the documentation Improvements or additions to documentation label Mar 1, 2024
@vassilispapadop vassilispapadop merged commit d90c083 into main Mar 1, 2024
1 check passed
@vassilispapadop vassilispapadop deleted the mac-pyinstaller-instructions branch March 1, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants