Skip to content

Commit

Permalink
Minor formatting changes to readme and spelling cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
willpatera committed Oct 5, 2013
1 parent eedf444 commit 690279b
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions deploy/readme.md
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

0 comments on commit 690279b

Please sign in to comment.