We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fed01 commit 6cad26eCopy full SHA for 6cad26e
1 file changed
README.md
@@ -32,11 +32,19 @@ Please make sure that `scorep-config` is in your `PATH` variable.
32
33
For Ubuntu LTS systems there is a non-official ppa of Score-P available: https://launchpad.net/~andreasgocht/+archive/ubuntu/scorep .
34
35
-Then run
+Then install the package from PyPI
36
+
37
+```
38
+pip install scorep
39
40
41
+or build them from source
42
43
44
```
45
pip install .
46
47
48
# Use
49
50
To trace the full script, you need to run
0 commit comments