Skip to content

Commit 6394c15

Browse files
authored
Merge pull request #68 from torresramiro350/master
Adding radial profiles to HAL
2 parents 5995b59 + 69ea8d7 commit 6394c15

File tree

3 files changed

+404
-369
lines changed

3 files changed

+404
-369
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313

1414
If you don't have `mamba`,install mamba according to the [instruction](https://github.com/mamba-org/mamba) into the `base` environment.
1515

16-
To install hawc_hal in a conda environment, we recommend to use the following procedure:
16+
To install hawc_hal in a conda environment, we recommend to use the following procedure:
1717

1818
<!-- pip install --no-binary :all: root_numpy -->
1919
<!-- pip install uproot awkward hist mplhep -->
20+
2021
```
21-
mamba create --name new_hal -c conda-forge -c threeml numpy scipy matplotlib ipython numba reproject "astromodels>=2" "threeml>=2" root
22+
mamba create --name new_hal -c conda-forge -c threeml numpy scipy matplotlib ipython numba reproject "astromodels>=2" "threeml>=2"
2223
conda activate new_hal
2324
pip install git+https://github.com/threeml/hawc_hal.git
2425
```
@@ -45,7 +46,6 @@ You also need `root` (whether installed through conda or not) and `threeML`/`ast
4546
HAL now has no dependencies relying on ROOT or root-numpy. Instead, it uses `uproot`. The following are installed along with HAL:
4647
`uproot, awkward, hist, mplhep`
4748

48-
4949
<!-- ```bash -->
5050
<!-- > pip install --no-binary :all: root_numpy -->
5151
<!-- > pip uninstall hawc_hal -y ; pip install git+https://github.com/threeml/hawc_hal.git -->

0 commit comments

Comments
 (0)