Skip to content

Commit

Permalink
Add conda-forge install instructions to documentation (#117)
Browse files Browse the repository at this point in the history
* Add conda-forge install instructions to documentation

* List available binaries on conda-forge
  • Loading branch information
davidbrochart authored Apr 7, 2022
1 parent 4328ea1 commit c35fa79
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ See [`arun_process` docs][watchfiles.arun_process] for more details.

**watchfiles** requires **Python 3.7** to **Python 3.10**.

### From PyPI

Using `pip`:

```bash
pip install watchfiles
```
Expand All @@ -84,7 +88,23 @@ Binaries are available for:
* **MacOS**: `x86_64` & `arm64` (except python 3.7)
* **Windows**: `amd64` & `win32`

Otherwise, you can install from source which requires Rust stable to be installed.
### From conda-forge

Using `conda` or `mamba`:

```bash
mamba install -c conda-forge watchfiles
```

Binaries are available for:

* **Linux**: `x86_64`
* **MacOS**: `x86_64`
* **Windows**: `amd64`

### From source

You can also install from source which requires Rust stable to be installed.

## How Watchfiles Works

Expand Down

0 comments on commit c35fa79

Please sign in to comment.