Skip to content

Commit

Permalink
Add conda install instructions with intel-numpy (#91)
Browse files Browse the repository at this point in the history
* Update README.md
  • Loading branch information
mgkwill authored Sep 29, 2022
1 parent 4ca6b15 commit 5d6981c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,22 @@ Required test coverage of 45.0% reached. Total coverage: 46.99%
======================= 86 passed, 3 warnings in 46.56s ========================
```

### [Alternative] Installing Lava via Conda
If you use the Conda package manager, you can simply install the Lava package
via:
```bash
conda install lava-dl -c conda-forge
```

Alternatively with intel numpy and scipy:

```bash
conda create -n lava-dl python=3.9 -c intel
conda activate lava-dl
conda install -n lava-dl -c intel numpy scipy
conda install -n lava-dl -c conda-forge lava-dl --freeze-installed
```

### [Alternative] Installing Lava from Binaries

If you only need the lava-dl package in your python environment, we will publish
Expand Down

0 comments on commit 5d6981c

Please sign in to comment.