Installation

Installation on Windows

Installation on Mac OS

with Apple Silicon (M1, M2,...)

with Intel processor

Installation on Linux

  • Install R from repositories of your distribution
  • Install iramuteq dependancies from repositories of your distribution : python3.11, wxpython >= 4.2.1, python-xlrd
  • Install required R packages from repositories of your distribution if they are available : ca, rgl, ape, proxy, gee, igraph, wordcloud, irlba, textometry, network, intergraph, sna
  • Download the last version of iramuteq sources from sourceforge : https://sourceforge.net/projects/iramuteq/files/iramuteq-0.8alpha7/iramuteq-0.8alpha7-sources.tar.gz/download
  • Extract the archive
  • You can start iramuteq by going in the source folder in a terminal and type : python3 iramuteq.py
  • After the first launch of iramuteq, it will ask to install missing R packages: compilation of these packages may take some time...

Installation of the development version

  • To use the development version, you need R and all the packages required by iramuteq (ca, rgl, ape, proxy, gee, igraph, wordcloud, irlba, textometry, network, intergraph, sna), python >= 3.11, wxpython >=4.2.1 and de python-xlrd
  • The git repository is here: https://gitlab.huma-num.fr/pratinaud/iramuteq
  • Development is done on the 3.0 branch