# HG changeset patch # User Claudio Dema # Date 1759500128 -7200 # Node ID 903bc214f47e6d10ba5009244bf1ae73e34116ac # Parent d808ad0a05819b8d1b9d2af4b2c92c84a66dbf52 Updated instructions for package install diff -r d808ad0a0581 -r 903bc214f47e .hgignore --- a/.hgignore Mon Mar 18 16:34:51 2024 +0100 +++ b/.hgignore Fri Oct 03 16:02:08 2025 +0200 @@ -11,3 +11,4 @@ dist/* docs/_build/html/* docs/_build/doctrees/* +venv diff -r d808ad0a0581 -r 903bc214f47e readme.rst --- a/readme.rst Mon Mar 18 16:34:51 2024 +0100 +++ b/readme.rst Fri Oct 03 16:02:08 2025 +0200 @@ -12,7 +12,7 @@ The easiest way to install this module is from the python package index using ``pip``:: - pip install atmospheric-lidar + pip install hg+https://repositories.imaa.cnr.it/public/atmospheric_lidar#egg=atmospheric_lidar Using it as a Licel to SCC converter ====================================