Skip to content

Commit

Permalink
Small README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahye authored Nov 7, 2018
1 parent 742d43c commit d3449cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# xsec

Requirements:
- Python 2.7.x
- python 2.7.x
- numpy v1.14 or later
- joblib v0.12.2 or later
- pySLHA v3.2.2 or later
Expand All @@ -16,9 +16,7 @@ To uninstall:
```
pip uninstall xsec
```
The `pip` installation doesn't automatically include the data required to run `run_evaluation.py`.

To download data after `pip` installation, ensure `~/.local/bin` is in `$PATH`, and execute the following shell command:
The `pip` installation doesn't automatically include the data required to run. To download data after `pip` installation, ensure `~/.local/bin` is in `$PATH`, and execute the following shell command:
```
xsec-download-gprocs [<directory-for-xsec-data>]
```
Expand Down

0 comments on commit d3449cf

Please sign in to comment.