Skip to content

Commit

Permalink
Merge pull request #18 from sugatoray/update_docs
Browse files Browse the repository at this point in the history
updated docs: installation and badges
  • Loading branch information
koaning authored Dec 4, 2021
2 parents f10e77d + 99c0ccc commit b1cb7d4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,21 @@ This repository contains general tricks that may help you find bad, or noisy, la

## Installation

You can install the tool via pip.

You can install the tool via `pip` or `conda`.

**Install with pip**

```
python -m pip install doubtlab
```

**Install with conda**

```
conda install -c conda-forge doubtlab
```

## Getting Started

If you want to get started, we recommend starting [here](./quickstart/).
Expand Down

0 comments on commit b1cb7d4

Please sign in to comment.