Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MECSware_Interface
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bastian Kolb-Grunder
MECSware_Interface
Commits
b4e1963b
Unverified
Commit
b4e1963b
authored
1 year ago
by
Boisti13
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
update setup.sh
parent
ddd733cb
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+3
-3
3 additions, 3 deletions
setup.sh
with
3 additions
and
3 deletions
setup.sh
+
3
−
3
View file @
b4e1963b
...
...
@@ -17,11 +17,11 @@ sudo apt-get install python3-tk -y
# Install required Python libraries
echo
"Installing required Python libraries..."
pip3
install
ttkthemes pillow
--break-system-packages
pip3
install
ttkthemes pillow
--break-system-packages
-y
# Install imageTK
echo
"Installing imageTK..."
sudo
apt-get
install
python3-pil python3-pil.imagetk
sudo
apt-get
install
python3-pil python3-pil.imagetk
-y
echo
"All necessary libraries and dependencies have been installed."
...
...
@@ -43,7 +43,7 @@ else
echo
"MECSware_Interface.desktop not found in
$SCRIPT_DIR
"
fi
chmod
+x /home/pi/Desktop/MECSware_Interface.desktop
chmod
+x /home/pi/Desktop/MECSware_Interface.desktop
-y
# Display a message to indicate completion
echo
"Setup is complete. You can now run your Python script."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment