Skip to content

Commit

Permalink
Update install-types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Sep 12, 2024
1 parent cfb14f2 commit 43e89b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cheatsheets/python/type-checks/install-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ See [typeshed README](https://github.com/python/typeshed/blob/master/README.md)

## Install using Mypy

Note you cannot run this as the _first_ command as it will complain there is no Mypy cache, so you need to attempt your checks, install types, then do checks again.

### Interactive

```sh
Expand Down Expand Up @@ -38,7 +36,9 @@ $ mypy --install-types --non-interactive

## Install using pip

See [types-requests](https://pypi.org/project/types-requests/) on PyPI.
If type stubs exist for a particular package, you can install them.

See [types-requests](https://pypi.org/project/types-requests/) on PyPI for this example.

### Install using CLI

Expand Down

0 comments on commit 43e89b0

Please sign in to comment.