# HG changeset patch # User v.petrov # Date 1661929491 -18000 # Node ID 7aa4209c2b2d76f353223d11b338d3b0fed7c3b1 # Parent 412090a6b3a71cb73e926ce6fdddffbed9f92ebd update installation instructions diff -r 412090a6b3a7 -r 7aa4209c2b2d README.md --- a/README.md Tue Aug 23 08:39:08 2022 +0200 +++ b/README.md Wed Aug 31 12:04:51 2022 +0500 @@ -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 libpython2.7-dev libgtk-3-dev libssl-dev + + python2 -m pip install wxPython==4.1.1 + python2 -m pip install pyro mercurial==5.9.3 nevow matplotlib lxml zeroconf==0.19.1 cycler autobahn msgpack sslpsk posix_spawn future * 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!