Skip to content

Commit fb6136f

Browse files
committed
v1.0.0
1 parent 28ad20a commit fb6136f

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Wine-Python
22

3+
[![Build](https://img.shields.io/github/workflow/status/bitjerry/wine-python/Publish%20Wine-Python)](https://github.com/bitjerry/wine-python)
4+
[![Docker pull](https://img.shields.io/docker/pulls/idiotdocker/winepy?style=flat-square)](https://hub.docker.com/r/idiotdocker/winepy)
5+
[![Image size](https://img.shields.io/docker/image-size/idiotdocker/winepy?style=flat-square)](https://hub.docker.com/r/idiotdocker/winepy)
6+
[![Version](https://img.shields.io/docker/v/idiotdocker/winepy)](https://hub.docker.com/r/idiotdocker/winepy)
7+
![Docker](https://img.shields.io/github/license/bitjerry/wine-python?style=flat-square)
8+
39
Docker is easy to deploy in any environment, such as the Paas
410
Wine Some programs must be executed under Windows
511
Python is a very easy to use and popular programming language
@@ -10,6 +16,8 @@ Does not include the full Windows environment
1016

1117
If you have more requirements, please modify the `Dockerfile`
1218

19+
Read in other languages: English | [简体中文](./README.zh_cn.md)
20+
1321
---
1422

1523
### Started
@@ -18,3 +26,9 @@ If you have more requirements, please modify the `Dockerfile`
1826
wine pip ...
1927
wine python ...
2028
```
29+
30+
31+
### Copyright
32+
33+
---
34+
MIT © [bitjerry](./LICENSE)

README.zh_cn.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Wine-Python
22

3+
[![Build](https://img.shields.io/github/workflow/status/bitjerry/wine-python/Publish%20Wine-Python)](https://github.com/bitjerry/wine-python)
4+
[![Docker pull](https://img.shields.io/docker/pulls/idiotdocker/winepy?style=flat-square)](https://hub.docker.com/r/idiotdocker/winepy)
5+
[![Image size](https://img.shields.io/docker/image-size/idiotdocker/winepy?style=flat-square)](https://hub.docker.com/r/idiotdocker/winepy)
6+
[![Version](https://img.shields.io/docker/v/idiotdocker/winepy)](https://hub.docker.com/r/idiotdocker/winepy)
7+
![Docker](https://img.shields.io/github/license/bitjerry/wine-python?style=flat-square)
8+
39
Docker 便于将程序快速部署到任何环境中, 包括 Paas 平台
410
Wine 某些程序必须在 Windows 环境下执行
511
Python 毫无疑问, 最简单的编程语言
@@ -8,6 +14,8 @@ Python 毫无疑问, 最简单的编程语言
814
不包含完整 Windows 环境
915
如有更多需求请自行修改 Dockerfile
1016

17+
使用其他语言阅读:[English](./README.md) | 简体中文
18+
1119
---
1220

1321

@@ -18,3 +26,7 @@ wine pip ...
1826
wine python ...
1927
```
2028

29+
### 许可
30+
31+
---
32+
MIT © [bitjerry](./LICENSE)

0 commit comments

Comments
 (0)