Skip to content

Commit

Permalink
Lets call it a release
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmith- committed Nov 18, 2019
1 parent 0dd0516 commit 8398611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
![Ralph](https://upload.wikimedia.org/wikipedia/en/thumb/1/14/Ralph_Wiggum.png/220px-Ralph_Wiggum.png)

## Quickstart
```bash
# check your platform: CC7 shown below, for SL6 it would be "x86_64-slc6-gcc8-opt"
source /cvmfs/sft.cern.ch/lcg/views/LCG_96python3/x86_64-centos7-gcc8-opt/setup.sh # or .csh, etc.
pip install --user https://github.com/nsmith-/rhalphalib/archive/master.zip
```
source /cvmfs/sft.cern.ch/lcg/views/LCG_95apython3/x86_64-slc6-gcc8-opt/setup.sh
git clone git@github.com:nsmith-/rhalphalib.git
cd rhalphalib
python test_rhalphalib.py
```
Take a look at the folders `testModel` and `monojetModel`.
Take a look at [test_rhalphalib.py](https://github.com/nsmith-/rhalphalib/blob/master/tests/test_rhalphalib.py)
for examples of how to use the package.

## Requirements
Standalone model creation requires:
Expand Down
2 changes: 1 addition & 1 deletion rhalphalib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1.dev1"
__version__ = "0.1.0"

0 comments on commit 8398611

Please sign in to comment.