Skip to content

Commit e81cc73

Browse files
Fix typos in README installation instructions
Corrected typos in installation instructions for pip and conda.
1 parent 1d7cc61 commit e81cc73

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ Python tools for [BigDataViewer](https://imagej.net/BigDataViewer).
1010

1111
`pybdv` is availabe on `PyPI` and on `conda-forge`. Hence, you can install it via `pip`:
1212
```bash
13-
pip install pybdva
13+
pip install pybdv
1414
```
15-
ot via `conda`:
15+
or via `conda`:
1616
```bash
17-
1817
conda install -c conda-forge pybdv
1918
```
2019

2120
Alternatively, you can install it from source by downloading it from git and then installing `pybdv` locally:
22-
2321
```bash
2422
git clone https://github.com/constantinpape/pybdv
2523
cd pybdv

0 commit comments

Comments
 (0)