Skip to content

Commit a1f21cd

Browse files
authored
Merge pull request #546 from py5coding/hx2A-update-badge
Update README.md
2 parents 77e378d + 4dbb7fc commit a1f21cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
![py5 logo](py5_docs/images/logo.png)
44

5-
[![py5 downloads](https://pepy.tech/badge/py5/month)](https://pepy.tech/project/py5)
5+
[![py5 downloads](https://static.pepy.tech/badge/py5/month)](https://pepy.tech/project/py5)
66

7-
[![Downloads](https://pepy.tech/badge/py5/week)](https://pepy.tech/project/py5)
7+
[![Downloads](https://static.pepy.tech/badge/py5/week)](https://pepy.tech/project/py5)
88

99
py5 is a new version of [Processing][processing] for Python 3.9+. The goal of py5 is to create a version of Processing that is [integrated into the Python ecosystem](https://py5coding.org/integrations/python_ecosystem_integrations.html). Built into the library are thoughtful choices about how to best get py5 to work with other popular Python libraries and tools such as [Jupyter](https://jupyter.org/), [numpy](https://numpy.org/), [shapely](https://shapely.readthedocs.io/en/stable/), [trimesh](https://trimesh.org/), [matplotlib](https://matplotlib.org/), and [Pillow](https://python-pillow.org/).
1010

0 commit comments

Comments
 (0)