Skip to content

Commit

Permalink
Add intel numpy to conda install instructions (lava-nc#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill authored Aug 10, 2022
1 parent 390ed0b commit 4aa83a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,15 @@ via:
conda install lava -c conda-forge
```

Alternatively with intel numpy and scipy:

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

## [Alternative] Installing Lava from binaries

If you only need to install Lava as a user in your python environment, we will
Expand Down

0 comments on commit 4aa83a3

Please sign in to comment.