From fb6136fe7540aa46f68ee0829289adf2cb4e8b8f Mon Sep 17 00:00:00 2001 From: "Mr.lin" Date: Sat, 29 Oct 2022 19:31:00 +0800 Subject: [PATCH] v1.0.0 --- README.md | 14 ++++++++++++++ README.zh_cn.md | 12 ++++++++++++ 2 files changed, 26 insertions(+) diff --git a/README.md b/README.md index cf781eb..9b3777e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Wine-Python +[![Build](https://img.shields.io/github/workflow/status/bitjerry/wine-python/Publish%20Wine-Python)](https://github.com/bitjerry/wine-python) +[![Docker pull](https://img.shields.io/docker/pulls/idiotdocker/winepy?style=flat-square)](https://hub.docker.com/r/idiotdocker/winepy) +[![Image size](https://img.shields.io/docker/image-size/idiotdocker/winepy?style=flat-square)](https://hub.docker.com/r/idiotdocker/winepy) +[![Version](https://img.shields.io/docker/v/idiotdocker/winepy)](https://hub.docker.com/r/idiotdocker/winepy) +![Docker](https://img.shields.io/github/license/bitjerry/wine-python?style=flat-square) + Docker is easy to deploy in any environment, such as the Paas Wine Some programs must be executed under Windows Python is a very easy to use and popular programming language @@ -10,6 +16,8 @@ Does not include the full Windows environment If you have more requirements, please modify the `Dockerfile` +Read in other languages: English | [简体中文](./README.zh_cn.md) + --- ### Started @@ -18,3 +26,9 @@ If you have more requirements, please modify the `Dockerfile` wine pip ... wine python ... ``` + + +### Copyright + +--- +MIT © [bitjerry](./LICENSE) \ No newline at end of file diff --git a/README.zh_cn.md b/README.zh_cn.md index c875832..c5307c7 100644 --- a/README.zh_cn.md +++ b/README.zh_cn.md @@ -1,5 +1,11 @@ # Wine-Python +[![Build](https://img.shields.io/github/workflow/status/bitjerry/wine-python/Publish%20Wine-Python)](https://github.com/bitjerry/wine-python) +[![Docker pull](https://img.shields.io/docker/pulls/idiotdocker/winepy?style=flat-square)](https://hub.docker.com/r/idiotdocker/winepy) +[![Image size](https://img.shields.io/docker/image-size/idiotdocker/winepy?style=flat-square)](https://hub.docker.com/r/idiotdocker/winepy) +[![Version](https://img.shields.io/docker/v/idiotdocker/winepy)](https://hub.docker.com/r/idiotdocker/winepy) +![Docker](https://img.shields.io/github/license/bitjerry/wine-python?style=flat-square) + Docker 便于将程序快速部署到任何环境中, 包括 Paas 平台 Wine 某些程序必须在 Windows 环境下执行 Python 毫无疑问, 最简单的编程语言 @@ -8,6 +14,8 @@ Python 毫无疑问, 最简单的编程语言 不包含完整 Windows 环境 如有更多需求请自行修改 Dockerfile +使用其他语言阅读:[English](./README.md) | 简体中文 + --- @@ -18,3 +26,7 @@ wine pip ... wine python ... ``` +### 许可 + +--- +MIT © [bitjerry](./LICENSE) \ No newline at end of file