Skip to content

Commit a44e187

Browse files
Merge pull request megagonlabs#244 from wafuwafu13/add-prompt
docs(README.md): Add prompt
2 parents e09b25c + fa4be0a commit a44e187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,10 @@ Ginza uses the pytest framework for testing, and you can run the tests via `setu
534534
Some tests depends on the ginza default models (`ja-ginza`, `ja-ginza-electra`), so install them before the tests is needed.
535535

536536
```console
537-
pip install ja-ginza ja-ginza-electra
538-
pip install -e .
537+
$ pip install ja-ginza ja-ginza-electra
538+
$ pip install -e .
539539
# full test
540-
python setup.py test
540+
$ python setup.py test
541541
# test single file
542-
python setup.py test --addopts ginza/tests/test_analyzer.py
542+
$ python setup.py test --addopts ginza/tests/test_analyzer.py
543543
```

0 commit comments

Comments
 (0)