diff --git a/README.md b/README.md index 9b1cc972d..0c2e2b1dc 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,23 @@ features and interface are subject to change ## Installation -- [On Linux](https://isce-framework.github.io/isce3/install_linux.html) -- [On macOS](https://isce-framework.github.io/isce3/install_osx.html) +ISCE3 is available as a conda package via conda-forge. It has CPU-only and GPU-enabled versions available. You can install the CPU-only version with the following command: + +```bash +conda install -c conda-forge isce3-cpu +``` + +Alternatively, if you have a NVIDIA GPU with CUDA support and the CUDA driver installed, you can use the GPU-enabled package for faster processing: + +```bash +conda install -c conda-forge isce3-cuda +``` + +If you need to build ISCE3 from source, please refer to our more in-depth [build instructions](https://isce-framework.github.io/isce3/buildinstall/). ## Getting Started - - [Tutorials]( -https://isce-framework.github.io/isce3/tutorial_tutorial.html) - - [Python API Reference]( -https://isce-framework.github.io/isce3/sphinx/html/index.html) - | [C++ API Reference]( -https://isce-framework.github.io/isce3/api/cxx/annotated.html) - - [Examples](https://github.com/isce-framework/isce3/tree/develop/share) +See the documentation at https://isce-framework.github.io/isce3/ ## Contributing