# HG changeset patch # User Edouard Tisserant # Date 1663080714 -7200 # Node ID 02229133df43e858f713f511ae9525adc43d4c14 # Parent 50600b946ea7703c41db842ed1ea3604b640c72b# Parent cfbdccad71a58d908e1490d5524a04643c9a9398 merge diff -r 50600b946ea7 -r 02229133df43 README.md --- a/README.md Tue Sep 13 16:22:09 2022 +0200 +++ b/README.md Tue Sep 13 16:51:54 2022 +0200 @@ -19,14 +19,12 @@ * Prerequisites - # Ubuntu/Debian : - sudo apt-get install build-essential bison flex autoconf - sudo apt-get install python-wxgtk3.0 pyro mercurial - sudo apt-get install python-nevow python-matplotlib python-lxml python-zeroconf python-cycler - sudo apt-get install python-autobahn python-u-msgpack - - sudo apt-get install libpython2.7-dev - pip2 install --user sslpsk posix_spawn + # Ubuntu/Debian : + sudo apt-get install build-essential bison flex autoconf + sudo apt-get install python2-dev libpython2.7-dev libgtk-3-dev libssl-dev libgl1-mesa-dev libglu1-mesa-dev python-setuptools python-lxml + + python2 -m pip install wxPython==4.1.1 + python2 -m pip install pyro mercurial==5.9.3 nevow matplotlib lxml zeroconf2 cycler autobahn msgpack u-msgpack-python sslpsk posix_spawn future enum34 twisted click opcua pycountry fonttools Brotli python-config * Prepare @@ -155,7 +153,7 @@ ## Documentation ## * See [Beremiz youtube channel](https://www.youtube.com/channel/UCcE4KYI0p1f6CmSwtzyg-ZA) to get quick information how to use Beremiz IDE. - + * [Official user manual](http://beremiz.readthedocs.io/) is built from sources in doc directory. Documentation does not cover all aspects of Beremiz use yet. Contribution are very welcome!