Skip to content

Commit

Permalink
Update docs (#11)
Browse files Browse the repository at this point in the history
* Fix typo in README

* update version

* Update examples.rst
  • Loading branch information
kampersanda committed Sep 5, 2023
1 parent 86c1251 commit 3a1e888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ $ pip install vibrato
### Build from source

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

```
$ pip install --upgrade pip
```

After setting up the environment, you can install daachorse as follows:
After setting up the environment, you can install vibrato as follows:

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

```

Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can check the version number as shown below to use compatible models:
>>> import vibrato
>>> vibrato.VIBRATO_VERSION
'0.5.0'
'0.5.1'
Examples:

Expand Down

0 comments on commit 3a1e888

Please sign in to comment.