User Tools

Site Tools


pydarts_on_gnu-linux

This is an old revision of the document!


Using pyDarts binary

Simply 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

To install pydarts from sources on linux, you have to install dependencies. On a debian-like system, this sounds like the following command :

:!: Note : if you're not root on your system, add “sudo” before the two following commands

apt-get install python python-pygame python-serial python-netifaces cu

:!: Note : pyDarts won't run on python 2.7 anymore.

Add your username to the dialout group :

addgroup youruser dialout

:!: log out and come back

Download and unpack the pyDarts source code in any directory you like.

Browse your pydarts directory and then launch :

sh pydarts.sh

pyDarts create config files (like the main config file “pydarts.cfg”) into a hidden folder located in your home folder :

~/.pydarts

Please have a look to the pyDarts first run page

You're done !

pydarts_on_gnu-linux.1582812747.txt.gz · Last modified: 2024/01/01 16:31 (external edit)