Merge pull request #5 from vitw/wxPython4
authoretisserant <edouard.tisserant@gmail.com>
Tue, 13 Sep 2022 16:32:39 +0200
changeset 3607 cfbdccad71a5
parent 3588 412090a6b3a7 (current diff)
parent 3606 2bec3d8a9d01 (diff)
child 3608 02229133df43
Merge pull request #5 from vitw/wxPython4

update installation instructions
--- 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!