Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Jan 26, 2024
1 parent 5f4e6d3 commit aeba22c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,14 @@

### Installation

Basic installation:
Plain and simple:

```bash
pip install hep_ml
```

If you're new to python and never used `pip`, first install scikit-learn [with these instructions](http://scikit-learn.org/stable/install.html).

To use **latest development version**, clone it and install with `pip`:
```bash
git clone https://github.com/arogozhnikov/hep_ml.git
cd hep_ml
pip install .
```

Local testing:
```bash
nosetests tests/
```

### Links

* [documentation](https://arogozhnikov.github.io/hep_ml/)
Expand Down

0 comments on commit aeba22c

Please sign in to comment.