Skip to content

Commit b553e66

Browse files
committed
README: Pip Install from Git
1 parent 96ccb32 commit b553e66

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,14 @@ Choose *one* of the install methods below to get started:
4343
### PyPI
4444

4545
```bash
46-
# optional: append --user
47-
pip install openPMD-validator==2.0.0.0
46+
python -m pip install openPMD-validator>=2
4847
```
4948

5049
### Spack
5150

5251
```bash
53-
spack install py-openpmd-validator@2.0.0.0 ^py-h5py~mpi
54-
spack load --dependencies py-openpmd-validator@2.0.0.0 ^py-h5py~mpi
52+
spack install py-openpmd-validator@2 ^py-h5py~mpi
53+
spack load --dependencies py-openpmd-validator@2 ^py-h5py~mpi
5554
```
5655

5756
### Conda
@@ -63,12 +62,7 @@ conda install -c conda-forge openpmd-validator
6362
### From Source
6463

6564
```bash
66-
wget https://github.com/openPMD/openPMD-validator/archive/2.0.0.0.tar.gz
67-
tar -xf 2.0.0.0.tar.gz
68-
cd openPMD-validator-2.0.0.0/
69-
70-
# optional: append --user
71-
python setup.py install
65+
python -m pip install git+https://github.com/openPMD/[email protected]
7266
```
7367

7468
## Usage

0 commit comments

Comments
 (0)