Installation

Starting from version 8, you can install Lenstool using conda on Linux and Mac OSX. This will give you access to the Python wrapper

conda install -c conda-forge lenstool
import lenstool

On Ubuntu, you can also use the command apt-get from the command line.

apt-get install lenstool

On Mac OSX, you can use Macports

sudo port install lenstool

On Windows you can use Cygwin, following the procedure described

Please note the following dependencies

They can be installed with the package managers

GitLab installation

To install lenstool directly from the source:

git clone https://git-cral.univ-lyon1.fr/lenstool/lenstool.git

Note

TODO: HERE detail the installation if necessary