Skip to content

Commit

Permalink
Remove mention of the conda nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Jul 5, 2023
1 parent 367ee9f commit 5d47881
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions install/nightlies.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,3 @@ source /cvmfs/sft.cern.ch/lcg/views/dev3/latest/<Platform+compiler>/setup.sh
```
- For python2, use `lcg/views/dev3python2/`
- To get a ROOT version a few days old, replace `latest` with the desired day.

## Conda package

ROOT nightly builds are available as conda packages hosted on our website.
To create a new conda environment with the latest ROOT build, you can use:

```
conda create -n root-nightly -c https://root.cern/download/conda-nightly/latest -c conda-forge root-nightly
```

You can then activate this environment with

```
conda activate root-nightly
```

More instructions about using the ROOT conda package are available in [this blog post](https://iscinumpy.gitlab.io/post/root-conda/).

Please report any issues with the conda package [here](https://github.com/conda-forge/root-feedstock){:target="\_blank"}.

0 comments on commit 5d47881

Please sign in to comment.