Windows Binary
Dependencies
None
Set up process
- Unzip the file. You will now have a folder with the name themole-<version> with several files inside it.
- Execute mole.exe file inside the folder.
Right now there's only a binary release for windows 32bits. We will soon start giving the release for 64bits.
Sources for non-Windows OS
Dependencies
- Python 3. You can download it from the official site here or get it through your package manager.
- lxml. You can download it from its site here or through the package manager you may have. To install it from the sources, first you need the python3 developers headers you can download the from your package managers(python3-dev in Ubuntu for example). Then, untar the sources and inside that folder:
python3 setup.py build
# python3 setup.py install
- readline. If you are running a Unix system then you surely have it already installed.
Set up process
Once the dependencies have been installed:
- Untar the sources file. You can do this with
tar xfz <filename>. You will now have a folder with the name themole-<version> with the sources inside it.
- Run with python3 the file mole.py there are some arguments that can be given to the program, read the README file to learn about them.
Sources for Windows
Dependencies
Set up Process
- Unzip the file. You will now have a folder with the name themole-<version> with several files inside it.
- Execute mole.py using the Python 3 interpreter.