Commit 3bf11323 authored by dmMaze's avatar dmMaze
Browse files

fix eztrans import error & update py requirements

parent 3829d745
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@

## 运行源码

安装 [Python](https://www.python.org/downloads/release/python-31011) **< 3.12** (别用微软应用商店版) 和 [Git](https://git-scm.com/downloads)
安装 [Python](https://www.python.org/downloads/release/python-31011) **<= 3.12** (别用微软应用商店版) 和 [Git](https://git-scm.com/downloads)

```bash
# 克隆仓库
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Note these provided packages cannot run on Windows 7, Win 7 users need to instal

## Run the source code

Install [Python](https://www.python.org/downloads/release/python-31011) **< 3.12** (dont use the one installed from microsoft store) and [Git](https://git-scm.com/downloads).
Install [Python](https://www.python.org/downloads/release/python-31011) **<= 3.12** (dont use the one installed from microsoft store) and [Git](https://git-scm.com/downloads).

```bash
# Clone this repo
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ Descarga `BallonsTranslator_dev_src_with_gitpython.7z` desde [MEGA](https://mega
Ejecute `scripts/local_gitpull.bat` para obtener la última actualización.

### Ejecutar el código fuente
Instale [Python](https://www.python.org/downloads/release/python-31011) **< 3.12** (no utilice la versión de Microsoft Store) y [Git](https://git-scm.com/downloads).
Instale [Python](https://www.python.org/downloads/release/python-31011) **<= 3.12** (no utilice la versión de Microsoft Store) y [Git](https://git-scm.com/downloads).

```bash
# Clonar este repositorio
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ scripts/local_gitpull.bat를 실행하여 최신 업데이트를 받으세요.

## 소스 코드를 실행

[Python] 설치 (https://www.python.org/downloads/release/python-31011) **< 3.12** (Microsoft 스토어에서 설치 한 것을 사용하지 마세요) 및 [Git](https://git-scm.com/downloads).
[Python] 설치 (https://www.python.org/downloads/release/python-31011) **<= 3.12** (Microsoft 스토어에서 설치 한 것을 사용하지 마세요) 및 [Git](https://git-scm.com/downloads).

```bash
# 이 레포 복사
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ Baixe o BallonsTranslator_dev_src_with_gitpython.7z do [MEGA](https://mega.nz/fo
Execute scripts/local_gitpull.bat para obter a atualização mais recente.

### Executando o código-fonte
Instale o [Python](https://www.python.org/downloads/release/python-31011) **< 3.12** (não utilize a versão da Microsoft Store) e o [Git](https://git-scm.com/downloads).
Instale o [Python](https://www.python.org/downloads/release/python-31011) **<= 3.12** (não utilize a versão da Microsoft Store) e o [Git](https://git-scm.com/downloads).

```bash
# Clone este repositório
Loading