# HG changeset patch
# User etisserant <edouard.tisserant@gmail.com>
# Date 1663079559 -7200
# Node ID cfbdccad71a58d908e1490d5524a04643c9a9398
# Parent  412090a6b3a71cb73e926ce6fdddffbed9f92ebd# Parent  2bec3d8a9d011fbadcfda728da457f5d3118d283
Merge pull request #5 from vitw/wxPython4

update installation instructions

diff -r 412090a6b3a7 -r cfbdccad71a5 README.md
--- a/README.md	Tue Aug 23 08:39:08 2022 +0200
+++ b/README.md	Tue Sep 13 16:32:39 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!