Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 361 Bytes

File metadata and controls

32 lines (20 loc) · 361 Bytes

Changelog

Upgrade to the latest version:

=== "Linux/macOS"

```
$ pip3 install -U apiflask
```

=== "Windows"

```
> pip install -U apiflask
```

or check the currently installed version first:

=== "Linux/macOS"

```
$ pip3 show apiflask
```

=== "Windows"

```
> pip show apiflask
```

--8<-- 'CHANGES.md'