3 Commits 3c70c6c306 ... 155bf00d04

Author SHA1 Message Date
  Michael Buesch 155bf00d04 Update TODO list 4 years ago
  Michael Buesch 788b57b95c pilc: Remove more unnecessary packages 4 years ago
  Michael Buesch 566ee815e8 readme: Update PySide link 4 years ago
3 changed files with 5 additions and 5 deletions
  1. 2 2
      README.md
  2. 2 0
      TODO.md
  3. 1 3
      pilc/pilc-bootstrap.sh

+ 2 - 2
README.md

@@ -49,8 +49,8 @@ After cloning the main repository the git submodules must also be fetched. The f
 
 Awlsim depends on
 
-* [Python](https://python.org) 3.4 or later or alternatively Python 2.7
-* [PyQT 5](https://www.riverbankcomputing.com/software/pyqt/intro) or alternatively [PySide](https://wiki.qt.io/PySide)
+* [Python](https://python.org) 3.4 or later (or alternatively Python 2.7)
+* [PyQT 5](https://www.riverbankcomputing.com/software/pyqt/intro) or alternatively [PySide 2](https://wiki.qt.io/Qt_for_Python)
 * [CFFI](http://cffi.readthedocs.org/)
 
 These packages can be installed with pip:

+ 2 - 0
TODO.md

@@ -2,6 +2,8 @@
 
 ## S7 compatibility
 
+* Add feature: Missing SFCs/SFBs
+* Add feature: Missing library FCs/FBs
 * Add feature: Parsing of attributes
 
 ## core

+ 1 - 3
pilc/pilc-bootstrap.sh

@@ -475,11 +475,9 @@ EOF
 		ntp \
 		openssh-server \
 		parted \
-		pkg-config \
 		python3 \
-		python3-all-dev \
+		python3-dev \
 		python3-cffi \
-		python3-coverage \
 		python3-dev \
 		python3-rpi.gpio \
 		python3-serial \