The following repository contains Geopar (https://github.com/ebraude/geopar) that is compiled using Pyinstaller (http://www.pyinstaller.org) and can be run without having to worry about dependencies on Windows, MacOS, and Linux platforms.
Click Clone or download and then Download ZIP buttons on https://github.com/ebraude/Executables. This will download all the files as a zip archive. Unpack the archive.
Windows executables are located in a folder Windows. The folder contains various library files, input.txt, and run.exe. input.txt contains all Triangulated Figure configurations. The configuration of interest should be moved to the top in input.txt, since Geopar runs only one configuration.
To run Geopar:
- Open Windows Command Prompt (cmd)
- Navigate to the Windows folder in the downloaded directory
- Prepare input.txt so that the triangulated figure you want to deal with is specified first
- Type
run.exe
to run the executable
Mac and Linux executables are located in a folder Mac, Linux. input.txt contains all Triangulated Figure configurations. The configuration of interest should be moved to the top in input.txt, since Geopar runs only one configuration.
To run Geopar:
- Open Terminal
- Navigate to the Mac, Linux folder in the downloaded directory
- Type
./run
to run the executable