Skip to content

Commit

Permalink
Update for PyPi release
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Aug 6, 2022
1 parent c062d56 commit 4ef7bd9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NTIA/ITS Python Wrapper for Tektronix® RSA API for Linux

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/NTIA/tekrsa-api-wrap?display_name=tag&sort=semver)
![GitHub all releases](https://img.shields.io/github/downloads/NTIA/tekrsa-api-wrap/total)
![PyPI - Downloads](https://img.shields.io/pypi/dm/tekrsa-api-wrap)
![GitHub issues](https://img.shields.io/github/issues/NTIA/tekrsa-api-wrap)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand Down Expand Up @@ -46,11 +46,10 @@ them in the [SCOS Sensor](https://github.com/NTIA/scos-sensor/) drivers director
drivers directory when instantiating the API wrapper. See the [Usage section](#usage)
below for an example of how to do this.

Next, download the most recent [release](https://github.com/NTIA/tekrsa-api-ntia/releases)
of this package, and install it using `pip`:
Next download and install this API wrapper using `pip`:

```bash
pip install tekrsa_api_wrap-1.2.1-py3-none-any.whl
pip install tekrsa_api_wrap
```

## Usage
Expand Down

0 comments on commit 4ef7bd9

Please sign in to comment.