Skip to content

Commit

Permalink
README.md: add conda installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
stlehmann committed Feb 10, 2020
1 parent 9bc3f30 commit 0bdcddc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ Simply install the package as usual via pip:
$ pip install flask-mqtt
```

Or with conda from the conda-forge channel:

```bash
$ conda config --add channels conda-forge
$ conda install flask-mqtt
```

## Usage

### Basic Setup
Expand Down

0 comments on commit 0bdcddc

Please sign in to comment.