Skip to content

Commit 25eb456

Browse files
Update deploy_guides/MacOS_TFLite_Guide.md
Change PC to Mac Co-authored-by: Evan <[email protected]>
1 parent 6cc8c03 commit 25eb456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_guides/MacOS_TFLite_Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This guide shows how to set up a TensorFlow Lite Runtime environment on a macOS device. We'll use [Anaconda](https://www.anaconda.com/) to create a Python environment to install the TFLite Runtime in. It's easy!
33

44
## Step 1. Download and Install Anaconda
5-
First, install [Anaconda](https://www.anaconda.com/), which is a Python environment manager that greatly simplifies Python package management and deployment. Anaconda allows you to create Python virtual environments on your PC without interfering with existing installations of Python. Go to the [Anaconda Downloads page](https://www.anaconda.com/products/distribution) and click the Download button.
5+
First, install [Anaconda](https://www.anaconda.com/), which is a Python environment manager that greatly simplifies Python package management and deployment. Anaconda allows you to create Python virtual environments on your Mac without interfering with existing installations of Python. Go to the [Anaconda Downloads page](https://www.anaconda.com/products/distribution) and click the Download button.
66

77
When the download finishes, open the downloaded .exe file and step through the installation wizard. Use the default install options.
88

0 commit comments

Comments
 (0)