Skip to content

Commit

Permalink
add support information for macOS M1/M2 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed Jun 14, 2024
1 parent f245252 commit 6d74a0c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ For more details refer to the following links.
Installation
=============

Python 3.6 through 3.12 on Linux,
or Python 3.6 through 3.11 on macOS Intel is required.
This tool uses [DyNet](https://github.com/clab/dynet) (the Dynamic Neural Network Toolkit) to calcucate neural networks.
You can install nagisa by using the following command.
To use nagisa, you need to have Python versions 3.6 through 3.12 on Linux, or Python versions 3.9 through 3.12 on macOS (Intel or M1/M2). You can install nagisa with the following command.

```bash
pip install nagisa
```
Expand Down

0 comments on commit 6d74a0c

Please sign in to comment.