-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor formatting changes to readme and spelling cleanup.
- Loading branch information
1 parent
eedf444
commit 690279b
Showing
1 changed file
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
|
||
workflow: | ||
|
||
bundle using pyinstaller: | ||
pyinstaller -w bundle_name.spec | ||
|
||
create a version file inside the dicrtiubution folder: | ||
python write_version_string.py | ||
|
||
make sure that all excecutables in /dist/pupil are chmodded to be exceutable: | ||
chmod 775 pupil_capture | ||
chmod 775 v4l2-ctl | ||
|
||
# Deploy Workflow | ||
--- | ||
## Bundle using Pyinstaller | ||
pyinstaller -w bundle_name.spec | ||
|
||
## Create a version file inside the distribution folder | ||
python write_version_string.py | ||
|
||
## Make sure that all excecutables in `/dist/pupil` are chmodded to be exceutable | ||
chmod 775 pupil_capture | ||
chmod 775 v4l2-ctl |