From 21bd97a47bcb308ce42f0ab107b01db4f399cf4b Mon Sep 17 00:00:00 2001 From: dreamer Date: Sat, 4 Nov 2023 01:50:13 +0100 Subject: [PATCH] add pypi and python icons to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 481ecc09..b606ec85 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Heavy Compiler Collection (hvcc) [![Build Status](https://github.com/Wasted-Audio/hvcc/actions/workflows/build.yml/badge.svg)](https://github.com/Wasted-Audio/hvcc/actions) +[![pypi](https://img.shields.io/pypi/v/hvcc.svg)](https://pypi.python.org/pypi/hvcc) +[![python](https://img.shields.io/pypi/pyversions/hvcc.svg)](https://pypi.python.org/pypi/hvcc) `hvcc` is a python-based dataflow audio programming language compiler that generates C/C++ code and a variety of specific framework wrappers.