From ad04358e3a8b813e82be24c102da3faae0e68993 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Tue, 12 Apr 2022 11:29:54 -0400
Subject: [PATCH] Update install instructions

---
 README.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 47d4850..d6820d9 100644
--- a/README.md
+++ b/README.md
@@ -42,14 +42,10 @@ Written by Ian Bell, NIST.
 
 ## Install
 
-For windows and OSX, you should be able to install the most recent version from PYPI with
+For all users, you should be able to install the most recent version from PYPI with
 
 ``pip install teqp``
 
-For linux users, please build yourself following the instructions below.
-
-The windows wheels are built/pushed with the ``buildwheels.py`` script, the OSX wheels are built as part of github action
-
 ## Tests
 
 [![Catch tests via Github Actions](https://github.com/usnistgov/teqp/actions/workflows/runcatch.yml/badge.svg)](https://github.com/usnistgov/teqp/actions/workflows/runcatch.yml)
-- 
GitLab