File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ pip install epidatpy
13
13
latest version
14
14
15
15
``` sh
16
- pip install -e " git+https://github.com/cmu-delphi/epidatpy.git"
16
+ pip install -e " git+https://github.com/cmu-delphi/epidatpy.git#egg=epidatpy "
17
17
```
18
18
19
19
old name version
20
20
21
21
``` sh
22
- pip install -e " git+https://github.com/cmu-delphi/epidatpy.git@delphi_epidata-before-rename"
22
+ pip install -e " git+https://github.com/cmu-delphi/epidatpy.git@delphi_epidata-before-rename#egg=delphi_epidata "
23
23
```
24
24
25
25
## Usage
@@ -67,7 +67,7 @@ The release consists of multiple steps which can be all done via the GitHub webs
67
67
[ mit-url ] : https://opensource.org/licenses/MIT
68
68
[ github-actions-image ] : https://github.com/cmu-delphi/epidatpy/workflows/ci/badge.svg
69
69
[ github-actions-url ] : https://github.com/cmu-delphi/epidatpy/actions
70
- [ pypi-image ] : https://img.shields.io/pypi/v/delphi-epidata
71
- [ pypi-url ] : https://pypi.python.org/pypi/delphi-epidata /
72
- [ docs-image ] : https://readthedocs.org/projects/delphi-epidata /badge/?version=latest
73
- [ docs-url ] : https://delphi-epidata .readthedocs.io/en/latest/?badge=latest
70
+ [ pypi-image ] : https://img.shields.io/pypi/v/epidatpy
71
+ [ pypi-url ] : https://pypi.python.org/pypi/epidatpy /
72
+ [ docs-image ] : https://readthedocs.org/projects/epidatpy /badge/?version=latest
73
+ [ docs-url ] : https://epidatpy .readthedocs.io/en/latest/?badge=latest
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ the `Delphi group <https://delphi.cmu.edu>`_ at `Carnegie Mellon University
7
7
<https://www.cmu.edu> `_.
8
8
9
9
The package source code and bug tracker can be found `on GitHub
10
- <https://github.com/cmu-delphi/delphi-epidata-py > `_.
10
+ <https://github.com/cmu-delphi/epidatpy > `_.
11
11
12
12
13
13
.. note :: **You should consider subscribing** to the `API mailing list
@@ -29,12 +29,12 @@ Installation
29
29
------------
30
30
31
31
This package is available on PyPI as `covidcast
32
- <https://pypi.org/project/delphi-epidata /> `_, and can be installed using ``pip `` or
32
+ <https://pypi.org/project/epidatpy /> `_, and can be installed using ``pip `` or
33
33
your favorite Python package manager:
34
34
35
35
.. code-block :: sh
36
36
37
- pip install delphi-epidata
37
+ pip install epidatpy
38
38
39
39
The package requires `pandas <https://pandas.pydata.org/ >`_ and `requests
40
40
<https://requests.readthedocs.io/en/master/> `_; these should be installed
You can’t perform that action at this time.
0 commit comments