From 5fda4aab03df5c95871cb717f6a76eac610dea60 Mon Sep 17 00:00:00 2001 From: Houjun Liu Date: Mon, 2 Sep 2024 11:39:09 -0400 Subject: [PATCH 1/4] [ci skip] Update README.md bump python major --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1942af7..f1d4404 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ The TalkBank Project, of which Batchalign is a part, is supported by NIH grant H The following instructions provide a quick start to installing Batchalign. For most users aiming to process CHAT and audio with Batchalign, we recommend more detailed usage instructions: for [usage](https://talkbank.org/info/BA2-usage.pdf) and [human transcript cleanup](https://talkbank.org/info/BA2-cleanup.pdf). The following provides a quick start guide for the program. ### Get Python -- We support Python versions 3.9, 3.10, and 3.11. -- **We do not support Python 3.12** (no PyTorch support) +- We support Python versions 3.9, 3.10, 3.11 and 3.12. - To install Python, follow the instructions... - for macOS 1. Install Brew: [visit this link](https://brew.sh/) From 98781e1ba1701d0929d46f6de61b222fc8d8d506 Mon Sep 17 00:00:00 2001 From: Houjun Liu Date: Mon, 2 Sep 2024 12:41:04 -0400 Subject: [PATCH 2/4] [ci skip] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1d4404..33bb8c2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The following instructions provide a quick start to installing Batchalign. For m ### Get Python - We support Python versions 3.9, 3.10, 3.11 and 3.12. +- First, check to see if you have Python by running `python`. If it reports any of the versions above, skip the following step. - To install Python, follow the instructions... - for macOS 1. Install Brew: [visit this link](https://brew.sh/) From f55c66c394b77a71132c6aa32a7338d08b1d5540 Mon Sep 17 00:00:00 2001 From: Houjun Liu Date: Mon, 2 Sep 2024 12:46:43 -0400 Subject: [PATCH 3/4] [ci skip] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33bb8c2..15b9e35 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The following instructions provide a quick start to installing Batchalign. For m 2. Install Python: execute `brew install python@3.11` - for Windows 1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe) - 2. If later commands report `pip module not found`, [this page may help](https://stackoverflow.com/a/15626784) + 2. If later commands report `pip module not found`, [this page may help](https://github.com/TalkBank/batchalign2/wiki/Troubleshooting-Tips#get-pip-on-windows) - your distribution's instructions for Linux ### Install and Update the Package From bb41b5d9eed6b0a30dba047ec282477f97d79149 Mon Sep 17 00:00:00 2001 From: Houjun Liu Date: Mon, 2 Sep 2024 12:53:47 -0400 Subject: [PATCH 4/4] [ci skip] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15b9e35..0cbb500 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ batchalign morphotag ~/ba_input ~/ba_output #### forced alignment ``` -batchalign align --lang=eng ~/ba_input ~/ba_output +batchalign align ~/ba_input ~/ba_output ```