Skip to content
phasezero edited this page Dec 28, 2016 · 2 revisions

#Welcome to the broetje_control wiki! ##Preparation of python I'll try to use python 3 and I use an Ubuntu based system. The Webfrontend is created with django Reqired Packages are:

  • python3
  • PyPA (pip), recommended tool for installing Python packages.
  • PyCRC, required fpr CRC calculation
  • serial, for serial connection to Serial USB interface of my eBus coupler

To install them:

sudo apt-get install python3 python3-pip
sudo pip3 install setuptools
sudo pip3 install PyCRC
sudo pip3 install PySerial

Clone this wiki locally