Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjerry committed Oct 29, 2022
1 parent 28ad20a commit fb6136f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -18,3 +26,9 @@ If you have more requirements, please modify the `Dockerfile`
wine pip ...
wine python ...
```


### Copyright

---
MIT © [bitjerry](./LICENSE)
12 changes: 12 additions & 0 deletions README.zh_cn.md
Original file line number Diff line number Diff line change
@@ -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 毫无疑问, 最简单的编程语言
Expand All @@ -8,6 +14,8 @@ Python 毫无疑问, 最简单的编程语言
不包含完整 Windows 环境
如有更多需求请自行修改 Dockerfile

使用其他语言阅读:[English](./README.md) | 简体中文

---


Expand All @@ -18,3 +26,7 @@ wine pip ...
wine python ...
```

### 许可

---
MIT © [bitjerry](./LICENSE)

0 comments on commit fb6136f

Please sign in to comment.