Skip to content

Commit

Permalink
Update the installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Apr 9, 2024
1 parent 3b12bf8 commit 83bdd70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
17 changes: 11 additions & 6 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83bdd70

Please sign in to comment.