mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 22:25:31 +00:00
Merge branch 'master' of github.com:danijoo/WHAM
This commit is contained in:
16
README.md
16
README.md
@@ -14,6 +14,22 @@ Features
|
||||
- Error analysis
|
||||
- Unit tested
|
||||
|
||||
Installation
|
||||
---
|
||||
WHAM requires the GSL library to be installed:
|
||||
```bash
|
||||
# on debian/ubuntu:
|
||||
sudo apt-get install libgsl0-dev
|
||||
```
|
||||
|
||||
Installation from source via cargo:
|
||||
```bash
|
||||
# cargo installation
|
||||
curl -sSf https://static.rust-lang.org/rustup.sh | sh
|
||||
|
||||
cargo install wham
|
||||
```
|
||||
|
||||
Usage
|
||||
---
|
||||
wham has a convenient command line interface. You can see all options with
|
||||
|
||||
Reference in New Issue
Block a user