File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ An easy way to plot COVID-19 info.
12
12
13
13
### Sofware (for developers)
14
14
15
- [ Get the last version of this software here] ( https://github.com/PythonForChange/CovidPlot/blob/main/covidPlot .py ) .
15
+ [ Get the last version of this software here] ( https://github.com/PythonForChange/CovidPlot/blob/main/covidplot .py ) .
16
16
CovidPlot
17
17
18
18
### Installation
@@ -23,22 +23,22 @@ pip install pyforchange
23
23
```
24
24
2 . Import covidPlot in your python file
25
25
``` python
26
- import pyforchange.covidPlot
26
+ import pyforchange.covidplot
27
27
```
28
28
3 . Enjoy!
29
29
30
30
#### Option 2: Download the source (unstable pre-realise version)
31
- 1 . Download [ covidPlot ] ( covidPlot .py) into your proyect folder
32
- 2 . Import covidPlot in your python file
31
+ 1 . Download [ covidplot ] ( covidplot .py) into your proyect folder
32
+ 2 . Import covidplot in your python file
33
33
``` python
34
- import covidPlot
34
+ import covidplot
35
35
```
36
36
3 . Enjoy!
37
37
38
38
### Usage
39
39
Import covidPlot and define datasets.
40
40
``` python
41
- from pyforchange.covidPlot import *
41
+ from pyforchange.covidplot import *
42
42
43
43
chile= CovidData()
44
44
usa= CovidData(' United States' )
You can’t perform that action at this time.
0 commit comments