Installing Pytmosph3R

Latest release

Pytmosph3R is available on the PyPI repository. You can install the latest version available with:

pip install pytmosph3r

If you intend to develop or change the code, you will find below further instructions on its installation from the repository.

Downloading the package

Pytmosph3R is hosted at https://forge.oasu.u-bordeaux.fr/jleconte/pytmosph3r-public. To download the repository, you can use:

git clone https://forge.oasu.u-bordeaux.fr/jleconte/pytmosph3r-public.git

Installation

Once downloaded, you can move into the downloaded folder, and install Pytmosph3R in your environment with:

pip install -e .

You may check if it has been correctly installed with:

python -c "import pytmosph3r; print(pytmosph3r.__version__)"