We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a786e commit 781a548Copy full SHA for 781a548
README.md
@@ -12,7 +12,7 @@ It currently includes all g4py bindings plus a large portion of very commonly us
12
13
It's available on PyPI for all major platforms as a fully self-contained (i.e. statically linked) wheel.
14
15
- pip install geant4-pybind
+ pip3 install geant4-pybind
16
17
## Building
18
@@ -39,7 +39,7 @@ It's available on PyPI for all major platforms as a fully self-contained (i.e. s
39
40
```bash
41
git clone --recursive https://github.com/HaarigerHarald/geant4_pybind
42
-pip install ./geant4_pybind
+pip3 install ./geant4_pybind
43
```
44
45
**Windows notes**
0 commit comments