Skip to content

Commit 9fdd28f

Browse files
committed
update README.md
1 parent 34fc3d4 commit 9fdd28f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
[![Wheels](https://github.com/lobis/geant4-python-application/actions/workflows/wheels.yaml/badge.svg)](https://github.com/lobis/geant4-python-application/actions/workflows/wheels.yaml)
55
[![Build and Test](https://github.com/lobis/geant4-python-application/actions/workflows/build-test.yaml/badge.svg)](https://github.com/lobis/geant4-python-application/actions/workflows/test.yaml)
66

7-
⚠️ This project is currently in a very early stage of development ⚠️
8-
9-
The goal of this project is to provide an accessible pythonic interface to do
10-
radiation transport simulations with Geant4.
7+
This is an experiment at providing a pythonic interface to Geant4.
118

129
The goal is not to provide a full python interface to Geant4, but rather to
1310
provide a high-level interface to a generic Geant4 application which is highly
@@ -34,7 +31,7 @@ needed to perform any kind of simulation. They will be downloaded to a temporary
3431
directory automatically during simulation startup.
3532

3633
```bash
37-
pip install -i https://test.pypi.org/simple/ geant4-python-application
34+
pip install geant4-python-application
3835
```
3936

4037
### Geant4 data files

0 commit comments

Comments
 (0)