Skip to content

Commit 781a548

Browse files
More specifically use pip3
For cases where default python is still python2
1 parent a4a786e commit 781a548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It currently includes all g4py bindings plus a large portion of very commonly us
1212

1313
It's available on PyPI for all major platforms as a fully self-contained (i.e. statically linked) wheel.
1414

15-
pip install geant4-pybind
15+
pip3 install geant4-pybind
1616

1717
## Building
1818

@@ -39,7 +39,7 @@ It's available on PyPI for all major platforms as a fully self-contained (i.e. s
3939

4040
```bash
4141
git clone --recursive https://github.com/HaarigerHarald/geant4_pybind
42-
pip install ./geant4_pybind
42+
pip3 install ./geant4_pybind
4343
```
4444

4545
**Windows notes**

0 commit comments

Comments
 (0)