Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maziyarpanahi committed Apr 10, 2023
1 parent 6fb47c0 commit f1ff4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f1ff4c1

Please sign in to comment.