Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Babyfut
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PR-Baby-A18
Babyfut
Commits
a483826b
Commit
a483826b
authored
Dec 30, 2018
by
Antoine Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Installation Guide + updated translations
parent
e4d68ae3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
51 deletions
+82
-51
devtools.sh
devtools.sh
+31
-0
translations/babyfut_fr.ts
translations/babyfut_fr.ts
+51
-51
No files found.
devtools.sh
View file @
a483826b
...
...
@@ -63,6 +63,37 @@ case "$1" in
cd
..
python
-m
Babyfut.babyfut
;;
"install"
)
echo
"Installing.."
echo
"** Assuming debian-like environment. This shouldn't be run more than once"
echo
"** Updating the system to make sure everything is up-to-date."
echo
""
sudo
apt-get update
&&
sudo
apt-get upgrade
echo
""
echo
"** Installing python3 and python tools"
# Sometimes the PYTHONPATH wont be set accordingly for some raspbian distributions
# In which case, manually import the right path (/usr/lib/python3/dist-packages) in
# the virtual environment's activation script
sudo
apt-get
install
-y
python3 python3-venv python3-pyqt5 python3-pip qtmultimedia5-examples
\
pyqt5-dev pyqt5-dev-tools
echo
""
echo
"** Setting up the python virtual environment"
python3
-m
venv ../PyQt5
source
../PyQt5/bin/activate
echo
""
echo
"** Installing libraries used by the software"
pip
install
pi-rc522 pyautogui Xlib RPi.GPIO request
echo
""
echo
"****************************"
echo
""
echo
"Installation done successfully! You may have to source the v-env."
echo
"Don't forget to download the
\"
content
\"
folder from another source."
bash ./devtools.sh
"allc"
;;
*
)
echo
"Unknown command
\"
$1
\"
. See script for available commands."
;;
...
...
translations/babyfut_fr.ts
View file @
a483826b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment