Skip to content

Commit f3b4ebd

Browse files
committed
cleanup
1 parent 51a053f commit f3b4ebd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ This PyPI download metrics are computed along several dimensions:
4949

5050
### Daily Summary
5151

52-
On a daily basis, this workflow summarizes the PyPI download data from `pypi.csv` and calculates downloads for ecosystems/libraries.
53-
An ecosystem is defined as a collection of libraries, which may depend on each other.
52+
On a daily basis, this workflow summarizes the PyPI download data from `pypi.csv` and calculates downloads for libraries.
5453

5554
The summarized data is uploaded to a GitHub repo:
5655
- [Downloads_Summary.xlsx](https://github.com/sdv-dev/sdv-dev.github.io/blob/gatsby-home/assets/Downloads_Summary.xlsx)
5756

58-
#### SDV Ecosystem Calculation
59-
Installing the main SDV library also installs all the other libraries as dependencies. To calculate SDV ecosystem downloads, we use an exclusive download methodology:
57+
#### SDV Calculation
58+
Installing the main SDV library also installs all the other libraries as dependencies. To calculate SDV downloads, we use an exclusive download methodology:
6059

6160
1. Get download counts for `sdgym` and `sdv`.
6261
2. Adjust `sdv` downloads by subtracting `sdgym` downloads (since sdgym depends on sdv).

0 commit comments

Comments
 (0)