User Tools

Site Tools


pydarts_on_gnu-linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pydarts_on_gnu-linux [2017/04/28 09:22] – created poiloupydarts_on_gnu-linux [2024/01/01 16:31] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Using pyDarts binary ====== ====== Using pyDarts binary ======
  
-Simply [[https://sourceforge.net/projects/pydarts/files/|download]] the latest pyDarts binary, unpack and launch the "pydarts" executable file+Simply [[https://sourceforge.net/projects/pydarts/files/|download]] the latest pyDarts binary for linux, unpack and launch the "pydarts" executable file
  
 +:!: pyDarts binary require a 64 bits processor architecture and will not work with a x32. If you want to use pyDarts on a x32 processor (for exemple on a Rpi), launch pyDarts from source like explained below.
 ====== Using pyDarts from source ====== ====== Using pyDarts from source ======
  
Line 8: Line 9:
 To install pydarts from sources on linux, you have to install dependencies. On a debian-like system, this sounds like the following command : To install pydarts from sources on linux, you have to install dependencies. On a debian-like system, this sounds like the following command :
  
-<code>apt-get install python python-pygame python-serial python-netifaces cu</code>+:!: Note : if you're not root on your system, add "**sudo"** before the two following commands 
 + 
 +<code>pip3 install pygame pyserial netifaces pyttsx3 pexpect</code> 
 + 
 +:!: Note : pyDarts won't run on python 2.7 anymore.
  
 Add your username to the dialout group : Add your username to the dialout group :
Line 20: Line 25:
 Browse your pydarts directory and then launch : Browse your pydarts directory and then launch :
  
-<code>pydarts.sh</code>+<code>sh pydarts.sh</code> 
 + 
 +pyDarts create config files (like the main config file "pydarts.cfg") into a hidden folder located in your home folder :
  
-pyDarts create some files (like pydarts.cfg) in your home folder :+<code>~/.pydarts</code>
  
-<code>~/.pydarts folder.</code>+Please have a look to the [[pydarts_first_run|pyDarts first run]] page
  
 You're done ! You're done !
pydarts_on_gnu-linux.1493371336.txt.gz · Last modified: 2024/01/01 16:31 (external edit)