diff --git a/README.md b/README.md index 70425ab..fa36ba0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ +[![](https://img.shields.io/github/issues/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader)](https://github.com/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader/issues) +[![](https://img.shields.io/github/forks/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader)](https://github.com/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader/network) +[![](https://img.shields.io/github/stars/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader)](https://github.com/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader) +[![](https://img.shields.io/github/downloads/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader/total?label=GitHub%20downloads)](https://github.com/Unknown6656-Megacorp/Unknown6656.CVGLPixelShader/releases) +[![](https://img.shields.io/pypi/dm/Unknown6656.CVGLPixelShader?label=PyPI%20downloads)](https://pypi.org/project/Unknown6656.CVGLPixelShader/) + # Unknown6656.CVGLPixelShader This is a small package wich enables the modification of OpenCV or NumPy images using OpenGL pixel shaders written in GLSL. ### Download / Installation -1. Install the package using `pip install Unknown6656.CVGLPixelShader` +1. Install the package using `pip install Unknown6656.CVGLPixelShader` or download it from https://pypi.org/project/Unknown6656.CVGLPixelShader/ 2. Insert the following import statements into your Python code: ```python from Unknown6656.CVGLPixelShader import *