Skip to content

Commit d86ea91

Browse files
authored
Merge pull request #16 from cmu-delphi/ds/rename-package-warning
Add rename notice to README, remove non-working install from PyPI instruction
2 parents 2beb894 + d701d3e commit d86ea91

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44

55
## Install
66

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

9-
```sh
10-
pip install delphi-epidata
11-
```
12-
13-
latest version
11+
Install latest version:
1412

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

0 commit comments

Comments
 (0)