Anaconda® Python Distribution

Anaconda® is a free and open-source distribution of Python. It also includes a package manager and Jupyter Notebook. Jupyter Notebook is an application that enables you to interact with a running Python program (provide input and observe output).

All Microchip Secure Products Group products are interfaced through the CryptoAuthLib (CAL) library. Python CrytoAuthLib (pyCAL) is the same exact library wrapped up for Python. As a result, all current and future Microchip Secure Products Group products are supported through either embedded C code (CAL) or high-level Python code (pyCAL). All interactive tools are built on top of pyCAL.

Installing Anaconda

1. Go to the Anaconda download page: Download
2. On the Anaconda download page, click the icon depending upon your operating system. All the steps followed here are for Windows but should be similar for other operating systems.

anaconda1.png

3. Anaconda has both the 32-bit and 64-bit installer for different platforms. Download the latest Python 3.x version for your platform.

anaconda2.png

4. Once the installer is downloaded, double click it to start the setup Window as shown in below figure and click Next.

anaconda3.png

5. It will take you to the user agreement page, click I Agree to proceed.

anaconda4.png

6. Select the Installation type and then click Next.

anaconda5.png

7. Click the Next button for the default installation directory, otherwise choose the installation directory by clicking the Browse button and then click Next.

anaconda6.png

8. Make sure to have the check box for the Register Anaconda as my default Python 3.x selected and click Install.

anaconda7.png

9. The windows below show the status of the installation. Click Next once the installation is complete.

anaconda8.png
anaconda9.png

10. Uncheck both check boxes and click Finish to complete the installation.

anaconda10.png

Installing the AWS Command Line Interface (CLI) from Anaconda

The Amazon Web Services (AWS) CLI is a unified tool to manage your AWS services. You can control multiple AWS services from the command line and automate them through scripts. Refer to this link for more details: Learn more.

The AWS CLI is installed using pip in the Anaconda environment.

1. Open Anaconda Command Prompt.

anaconda_aws_cli1.png

2. Run pip3 install awscli.

anaconda_aws_cli2.png
© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.