Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WannabeSmith committed May 18, 2023
1 parent ab58aaf commit 71f4609
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ This code implements the nonparametric randomized response (NPRR) mechanism as w

## Installation

*This won't work yet — we're going to put it on PyPi soon.*

To install the package, run the following in a terminal:

```sh
pip install nprr
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="nprr",
version="0.1.3",
version="0.1.4",
long_description=long_description,
long_description_content_type="text/markdown",
description="Nonparametric randomized response and locally private confidence sets",
Expand Down

0 comments on commit 71f4609

Please sign in to comment.