Skip to content

Add rename notice to README, remove non-working install from PyPI instruction #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

## Install

Install from PyPi:
**RENAME NOTICE (2022-08-05):** This package will be renamed to `epidatpy`.
Please adjust all references to the package name accordingly.
For a short-term fix, the package can be used with the old name by installing with `ref="delphi_epidata-before-rename"`.

```sh
pip install delphi-epidata
```

latest version
Install latest version:

```sh
pip install -e "git+https://github.com/cmu-delphi/delphi-epidata-py.git#egg=delphi_epidata"
Expand Down