From f1ff4c1e836e55feb30de55203f8620a59fba1f5 Mon Sep 17 00:00:00 2001 From: Maziyar Panahi Date: Mon, 10 Apr 2023 17:01:35 +0200 Subject: [PATCH] Update install.md --- docs/en/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/install.md b/docs/en/install.md index eb5744580b1e..684e1f5ddb09 100644 --- a/docs/en/install.md +++ b/docs/en/install.md @@ -249,10 +249,10 @@ If everything went well, you can now start Spark NLP with the `m1` flag set to ` ```scala import com.johnsnowlabs.nlp.SparkNLP -val spark = SparkNLP.start(m1 = true) +val spark = SparkNLP.start(apple_silicon = true) ``` -### Python for M1 +### Python for M1 & M2 First, make sure you have a recent Python 3 installation.