Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3a1e888

Browse files
authored
Update docs (#11)
* Fix typo in README* update version* Update examples.rst
1 parent86c1251 commit3a1e888

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ $ pip install vibrato
2020
###Build from source
2121

2222
You need to install the Rust compiler following[the documentation](https://www.rust-lang.org/tools/install) beforehand.
23-
daachorse uses`pyproject.toml`, so you also need to upgrade pip to version 19 or later.
23+
vibrato uses`pyproject.toml`, so you also need to upgrade pip to version 19 or later.
2424

2525
```
2626
$ pip install --upgrade pip
2727
```
2828

29-
After setting up the environment, you can installdaachorse as follows:
29+
After setting up the environment, you can installvibrato as follows:
3030

3131
```
3232
$ pip install git+https://github.com/daac-tools/python-vibrato
@@ -42,7 +42,7 @@ Check the version number as shown below to use compatible models:
4242
```python
4343
>>>import vibrato
4444
>>> vibrato.VIBRATO_VERSION
45-
'0.5.0'
45+
'0.5.1'
4646

4747
```
4848

‎docs/source/examples.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can check the version number as shown below to use compatible models:
1111
1212
>>>import vibrato
1313
>>> vibrato.VIBRATO_VERSION
14-
'0.5.0'
14+
'0.5.1'
1515
1616
Examples:
1717

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp