Skip to content

Commit d234abf

Browse files
committed
Add instructions to install the pre-rename package to README
1 parent c4dd94c commit d234abf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ pip install epidatpy
1313
latest version
1414

1515
```sh
16-
pip install -e "git+https://github.com/cmu-delphi/epidatpy.git#egg=epidatpy"
16+
pip install -e "git+https://github.com/cmu-delphi/epidatpy.git"
17+
```
18+
19+
old name version
20+
21+
```sh
22+
pip install -e "git+https://github.com/cmu-delphi/epidatpy.git@delphi_epidata-before-rename"
1723
```
1824

1925
## Usage

0 commit comments

Comments
 (0)