diff --git a/README.md b/README.md index 9918655b..b789f666 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ TerraTorch’s main purpose is to provide a flexible fine-tuning framework for G ### Pip In order to use th file `pyproject.toml` it is necessary to guarantee `pip>=21.8`. If necessary upgrade `pip` using `python -m pip install --upgrade pip`. -[comment]: +For a stable point-release, use `pip install terratorch==`. + [comment]: To get the most recent version of the main branch, install the library with `pip install git+https://github.com/IBM/terratorch.git`. @@ -43,7 +44,7 @@ To install as a developer (e.g. to extend the library): ``` git clone https://github.com/IBM/terratorch.git cd terratorch -pip install -r requirements/required.txt -r requirements/dev.txt +pip install -r requirements_test.txt conda install -c conda-forge gdal pip install -e . ```