Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles authored Feb 16, 2021
1 parent a830af6 commit 3db4be4
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# The cfgmdl package

## Set-up and testing
From bash
## Set-up

From bash using pip
```
$ pip install cfgmdl
```

From source
```
git clone https://github.com/KIPAC/cfgmdl.git
cd cfgmdl
python setup.py install (or python setup.py develop)
```

## Testing

```
$ source <cfgmdl install directory>/setup/setup.sh
$ nosetests <cfgmdl install directory>
$ pip install pytest
$ pytest cfgmdl
```

## Demo
Expand Down

0 comments on commit 3db4be4

Please sign in to comment.