When I tried to install, I received this error message on the step of the antlr_runtime PIP package:
importerror "No Module named Setuptools"
So I had to add also the python-setuptools package:
sudo apt-get install python-setuptools
Also missing (Mint Linux 19) was this package:
sudo apt-get install python-lxml
I know, just a small error, but easy to fix in the setup doc :-)
thanks anyways for the great tool!
When I tried to install, I received this error message on the step of the antlr_runtime PIP package:
importerror "No Module named Setuptools"So I had to add also the python-setuptools package:
sudo apt-get install python-setuptoolsAlso missing (Mint Linux 19) was this package:
sudo apt-get install python-lxmlI know, just a small error, but easy to fix in the setup doc :-)
thanks anyways for the great tool!