Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Kleynhans, Bernard <[email protected]>
  • Loading branch information
bkleyn committed Mar 31, 2021
1 parent 9733bdf commit e523001
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@ plot_importance(df)

Selective is available to install as `pip install selective`.

## Source

Alternatively, you can build a wheel package on your platform from scratch using the source code:

```bash
git clone https://github.com/fidelity/selective.git
cd selective
pip install setuptools wheel # if wheel is not installed
python setup.py sdist bdist_wheel
pip install dist/selective-X.X.X-py3-none-any.whl
```

## Support

Please submit bug reports and feature requests as [Issues](https://github.com/fidelity/selective/issues).
Expand Down

0 comments on commit e523001

Please sign in to comment.