Index: .gitignore
===================================================================
--- .gitignore	(revision cbe2c156749635fbce3d68420b1fafe6d4e5cae4)
+++ .gitignore	(revision 6888aa230527c893a05cda5a15d58122e97afa19)
@@ -1,3 +1,5 @@
 build
+virt
 *.a
 *.abs
+notes.txt
Index: Makefile
===================================================================
--- Makefile	(revision cbe2c156749635fbce3d68420b1fafe6d4e5cae4)
+++ Makefile	(revision 6888aa230527c893a05cda5a15d58122e97afa19)
@@ -230,4 +230,9 @@
 				hatari/rem.py
 
+virt:
+				python3 -m venv --without-pip virt
+				wget https://bootstrap.pypa.io/get-pip.py -O virt/get-pip.py
+				cd virt; . bin/activate; python3 get-pip.py; pip install pycparser
+
 clean:
 				rm -rf build
