Skip to content

Commit

Permalink
Add windows information to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan committed Nov 27, 2023
1 parent 95e38a4 commit 9e2e7f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For more information see: [https://github.com/tensorflow/addons/issues/2807](htt

| Build | Status |
| --- | --- |
| **Ubuntu/macOS/Windows** | [![Status](https://github.com/tensorflow/addons/actions/workflows/release.yml/badge.svg)](https://github.com/tensorflow/addons/actions?query=workflow%3Aaddons-release) |
| **Ubuntu/macOS** | [![Status](https://github.com/tensorflow/addons/actions/workflows/release.yml/badge.svg)](https://github.com/tensorflow/addons/actions?query=workflow%3Aaddons-release) |
| **Ubuntu GPU custom ops** | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-gpu-py3.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-gpu-py3.html) |

**TensorFlow Addons** is a repository of contributions that conform to
Expand Down Expand Up @@ -64,7 +64,8 @@ owners for all submodules.

## Installation
#### Stable Builds
TensorFlow Addons is available on PyPI for Linux, macOS, and Windows. To install the latest version,
TensorFlow Addons is available on PyPI for Linux & macOS (Windows support was dropped
due to [inconsistent TF2.15 whl packaging](https://github.com/tensorflow/tensorflow/issues/61830)). To install the latest version,
run the following:
```
pip install tensorflow-addons
Expand Down

0 comments on commit 9e2e7f8

Please sign in to comment.