Skip to content

Commit

Permalink
πŸ“ conda installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Nov 29, 2024
1 parent 1efc076 commit bda616b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,32 @@ ______________________________________________________________________

## Installation

<table>

<tr>
<th width="500px">PyPI</th>
<th width="500px">Conda</th>
</tr>

<tr>
<td>

```shell
pip install scipy-stubs
```

</td>
<td>

```shell
conda install conda-forge::scipy-stubs
```

</td>
</tr>

</table>

## `scipy` coverage

The entire public API of `scipy` is **fully annotated** and **verifiably valid**.
Expand Down

0 comments on commit bda616b

Please sign in to comment.