diff --git a/README.md b/README.md index d18fd3a58..727ba7386 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,11 @@ The recommended way to install Helios++ is via the [conda package manager](https The following software is required for installation of Helios++: * a Conda installation e.g. [Anaconda](https://www.anaconda.com/download), [miniconda](https://docs.anaconda.com/free/miniconda/) or [micromamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html). -**TODO: Installation instructions once the package is published to conda-forge** +Helios++ can then be installed with: + +```bash +conda install -c conda-forge -c conda-forge/label/helios_dev helios +``` ### Development installation diff --git a/environment-dev.yml b/environment-dev.yml index 0e338a3b0..29fa8fe66 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -2,21 +2,26 @@ name: helios-dev channels: - conda-forge dependencies: + # These are the dependencies that are also formulated on the feedstock - armadillo - - blas - - boost - - gdal - glm - importlib_resources - - lapack - lastools - - matplotlib - - pcl + - libblas + - liblapack + - libboost-python-devel + - libboost-devel + - libgdal + - matplotlib-base - pip - python + - scikit-build-core + - setuptools_scm - tinyxml2 - xmlschema - zlib + # These are additional ones only used in development builds + - pcl # The following packages are not dependencies, but required # for development workflows e.g. local testing - doxygen