File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ This package does two things:
1414
1515## Installation
1616
17- The easiest way to install this package is to do so directly from GitHub with ` pip ` :
17+ The easiest way to install this package is via ` pip ` :
1818
1919```
20- pip install git+https://github.com/choldgraf/ github-activity
20+ pip install github-activity
2121```
2222
2323## Usage
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This is a really young tool so it might change a bit over time.
1919The easiest way to install this package is to do so directly from GitHub with ` pip ` :
2020
2121```
22- pip install git+https://github.com/choldgraf/ github-activity
22+ pip install github-activity
2323```
2424
2525## Generate a markdown changelog
Original file line number Diff line number Diff line change 2020 version = version ,
2121 include_package_data = True ,
2222 python_requires = ">=3.6" ,
23- author = "Chris Holdgraf " ,
23+ author = "Executable Books Project " ,
2424 author_email = "choldgraf@berkeley.edu" ,
2525 url = "https://jupyter.org/" ,
2626 # this should be a whitespace separated string of keywords, not a list
You can’t perform that action at this time.
0 commit comments