Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Installation Guide

Alb-310 edited this page Jul 24, 2022 · 6 revisions

Contents

  1. On Windows
    1. With Installer
    2. With Github
  2. On Linux and Mac OS
    1. With Github

On Windows

With Installer

Start by installing the latest version of the installer from the releases on the github repository.

Select one of the two installer :

  • with debug, for a console with the tool
  • without, for the tool only

Now start following the installation wizard: accept the GNU General Public License v3.0 and then choose the location where the tool will be downloaded. Note that it is best if the tool is installed in a place where it does not need administrator rights to run.

Now select if you want a shortcut to Geogramint on your desktop and the installation is complete.

You can start using Geogramint now !

With Github

Open a git bash terminal and use this command git clone git@github.com:Alb-310/Geogramint.git

Or, download the github repository as a ZIP file and unzip it

Open a terminal (Git Bash, CMD, Windows PowerShell,...) in the repository and make sure you have the right version of python (3.8 or 3.9)

If you don't have python is not installed on your computer or your version is too old or too new, download python 3.8 or 3.9

Now download all dependencies with pip install -r requirements.txt or pip3 install -r requirements.txt (depending on your installation)

You can now start using Geogramint with python geogramint.py or python3 geogramint.py (depending on your installation)

On Linux and Mac OS

With Github

Open a terminal and use this command git clone git@github.com:Alb-310/Geogramint.git Or, download the github repository as a ZIP file and unzip it

Make sure you have the right version of python (3.8 or 3.9).

If you don't have python is not installed on your computer or your version is too old or too new, download python 3.8 or 3.9

Now download all dependencies with pip install -r requirements.txt or pip3 install -r requirements.txt (depending on your installation)

You can now start using Geogramint with python geogramint.py or python3 geogramint.py (depending on your installation)

Clone this wiki locally