Skip to content

Commit 836274b

Browse files
committed
Pyinstaller build working
1 parent 5208333 commit 836274b

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ The aim of this project is to make teensyduino self contained on linux since I h
55
Make an executable with pyinstaller that can be installed and when called starts a docker conntainer containing Arduino IDE configured for Teensy boards tunnelling the UI though X.
66
The script takes care of connecting the container to the X server via `xauth`.
77

8+
## Distribution
9+
I am planning to automate the distribution process via CI/CD stuff.
10+
811
## TO-DO
9-
[ ] Check if docker is installed
10-
[ ] Check if docker-compose is installed
11-
[ ] Write docker files in /tmp dir or similar
12-
[ ] .desktop entry
13-
[ ] an icon
12+
- [ ] .desktop entry
13+
- [ ] an icon

teensyduino.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
import logging as log
55
import sys
66

7-
# Check if docker is installed
8-
# Check if docker-compose is installed
9-
# Write docker files in /tmp dir or similar
10-
# cd in that dir
117
# Get the used display number
128
try:
139
display = os.environ['DISPLAY']
@@ -37,4 +33,5 @@
3733

3834
docker.compose.config()
3935

40-
docker.compose.up(["teensyduino"])
36+
docker.compose.up(["teensyduino"])
37+

0 commit comments

Comments
 (0)