Skip to content

Commit

Permalink
PRJ: update installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickDieter committed Mar 30, 2020
1 parent 9c3384d commit 6fe69ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,19 @@ Python 2.7 or Python 3 or higher must be used. There are many ways to install Py

Install additional required packages:
```bash
conda install bitarray numpy pytables pyyaml tqdm
conda install bitarray numpy numba matplotlib pyqt pytables pyyaml tqdm
```

Install [Basil](https://github.com/SiLab-Bonn/basil) (>=2.4.12,<3.0.0):
```bash
pip install 'basil_daq>=2.4.12,<3.0.0'
```

Install [Pymosa interpreter](https://github.com/SiLab-Bonn/pyBAR_mimosa26_interpreter):
```bash
pip install git+https://github.com/SiLab-Bonn/pyBAR_mimosa26_interpreter@master
```

Finally, install pymosa via:
```bash
pip insall -e .
Expand Down

0 comments on commit 6fe69ad

Please sign in to comment.