Skip to content

Commit

Permalink
Update: README.mdを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 21, 2023
1 parent a031f30 commit e8e10bd
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions crates/voicevox_core_python_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,11 @@ VOICEVOX CORE の Python バインディングです。
以下の環境が必要です。

- Rustup
- Python ≧3.8の venv
- `maturin>=0.13.2,<0.14`

[Maturin](https://maturin.rs/)は venv にインストールする必要があります。
適当な場所に venv を作って下さい。

```console
python -m venv ../../.venv
```

```console
../../.venv/Scripts/Activate.ps1 (Windows)
```

```console
../../.venv/bin/activate (maxOS/Linux)
```

venv を作ったらその venv 上で Maturin をインストールします。
- Python ≧ 3.8
- Poetry ≧ 1.6

```console
# maturinのインストール
pip install -r ./requirements.txt
poetry install --with dev
```

## ファイル構成
Expand All @@ -49,7 +31,6 @@ venv を作ったらその venv 上で Maturin をインストールします。
│ ├── _rust.abi3.{dll,dylib,so} : maturin developで生成されるpydファイルです。
│ └── _rust.pyi : _rust.abi3.{dll,dylib,so}用のpyiファイルです。
├── README.md
├── requirements.txt
└── src : Rustのソースコードです。_rust.abi3.{dll,dylib,so}にコンパイルされます。
└── lib.rs
```
Expand Down

0 comments on commit e8e10bd

Please sign in to comment.