You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Data Commons Python API
2
2
3
3
This is a Python library for accessing data in the Data Commons Graph.
4
+
5
+
> See also: [Data Commons Pandas API](datacommons_pandas/README.md).
6
+
7
+
4
8
To get started, install this package from pip.
5
9
6
10
pip install datacommons
@@ -64,8 +68,8 @@ where XXX is the module you want to run.
64
68
65
69
## Release to PyPI
66
70
67
-
- Update "VERSION" in setup.py
68
-
- Update CHANGELOG.md for a new version
71
+
- Update "VERSION" in [setup_datacommons.py](setup_datacommons.py)
72
+
- Update [CHANGELOG.md](CHANGELOG.md) for a new version
69
73
- Upload a new package using steps for [generating distribution archives](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives) and [uploading the distribution archives](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives)
Copy file name to clipboardExpand all lines: datacommons_pandas/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ Apache 2.0
31
31
32
32
## Development
33
33
34
-
Please follow the Development instructions from the root directory.
34
+
Please follow the [Development instructions](../README.md#development).
35
35
36
36
## Release to PyPI
37
37
38
-
- Update "VERSION" in setup.py
39
-
- Update CHANGELOG.md for a new version
38
+
- Update "VERSION" in [setup_datacommons_pandas.py](../setup_datacommons_pandas.py)
39
+
- Update [CHANGELOG.md](CHANGELOG.md) for a new version
40
40
- Upload a new package using steps for [generating distribution archives](https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives) and [uploading the distribution archives](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives)
0 commit comments