Skip to content

Commit

Permalink
rename pyinstaller command
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 15, 2024
1 parent f8162b8 commit 3f5387d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ms_sample_list_creator/main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# To generate binaries for this script, install pyinstaller (pip install pyinstaller) and run "pyinstaller --onefile ms_sample_list_creator.py"
# To generate binaries for this script, install pyinstaller (pip install pyinstaller) and run "pyinstaller --onefile main.py"
# Generated binaries are made for the native system where the pyinstaller command is run.

# You can generate windows executable from linux using wine, by previously installing wine, python 3.8.19, pyinstaller and
# other non-built-in packages (here requests and pandas) inside wine. Then run: wine pyinstaller --onefile ms_sample_list_creator.py
# other non-built-in packages (here requests and pandas) inside wine. Then run: wine pyinstaller --onefile main.py

import csv
import os
Expand Down

0 comments on commit 3f5387d

Please sign in to comment.