Installing Anaconda and PyCharm
Anaconda is a distribution for the Python programming language and provides package management. The two work together inside of PyCharm, an Integrated Development Environment (IDE), to create new projects and interpret written code.
Installation of Anaconda should be completed before the installation of PyCharm. Both applications are required for first-year engineering courses.
Â
For Windows
Install Anaconda
Navigate to Anaconda Installers
Click on the 64-Bit Graphical Installer link under the latest version of Python under Windows
Click on the executable file that appears at the bottom of the browser to run the Anaconda Setup installer
Click on the Run icon on the pop up that appears at the bottom of the screen for browsers other than Google Chrome (i.e. Microsoft Edge, Internet Explorer, Firefox).
Complete the Anaconda Setup installer:
Click Next >
Click I Agree to accept the License Agreement
Select the installation type All Users (requires admin privileges) and then click Next >
If prompted for User Account Control credentials, enter an admin username and password
Verify that the destination folder path is under Program Data on your C drive
C:\ProgramData\Anaconda3
Check the Register Anaconda3 as the system Python 3.8 box only under Advanced Options
Click Install
Click Next >
Click Finish
Install PyCharm
Navigate to Download PyCharm
Navigate to Windows > Community
Click on the Download icon to receive the latest version of PyCharm
Click on the executable file that appears at the bottom of the browser to run the PyCharm Community Edition Setup installer
Click on the Run icon on the pop up that appears at the bottom of the screen for browsers other than Google Chrome (i.e. Microsoft Edge, Internet Explorer, Firefox).
Complete the PyCharm Community Edition Setup installer:
Click Next >
Leave the default destination folder and click Next >
Check the 64-bit launcher box under Create Desktop Shortcut
Check the .py box under Create Associations
Click Next >
Leave the default Start Menu Folder
Click Install
Click Next >
Click Finish
Â
Configure PyCharm
Add Python Interpreter
Launch PyCharm through the Windows search bar
Check the I confirm that I have read and accept the terms of this User Agreement box and click Continue
Select the + icon called New Project in the Welcome to PyCharm window
Click the dropdown arrow for Python Interpreter to expand the menu
Select Previously configured interpreter and click on the ellipses icon to add Python Interpreter
Select System Interpreter and verify the location to match the destination folder of Anaconda
C:\ProgramData\Anaconda3\python.exe
If your destination folder location varies from the default, click on the ellipses icon to choose the corresponding custom location for the interpreter
Click OK
Click Create
Set Python as your interpreter for future projects
Click on File > New Projects Settings > Settings for New Projects… from the menu at the top of the application
Select the Python Interpreter tab from the left hand sidebar
Select the previously configured interpreter
Python 3.8 C:\ProgramData\Anaconda3\python.exe
Click on OK to save the settings
Please wait for all Background Tasks to finish before coding a project. Certain functions or package imports may be affected by its processes.
For Mac
Install Anaconda
Navigate to Anaconda Installers
Click on the 64-Bit Graphical Installer link under the latest version of Python under MacOS
Open the Downloads folder and double click on the .pkg file to launch the installer
Complete the Anaconda Installer:
Click Continue in the pop up box
Click Continue for the Introduction and click Continue for the Read Me
Click Continue and click Agree to accept the Software License Agreement
Click on Change Install Location… and select Install on a specific disk…
Click on the Macintosh HD icon and then click Continue
Click Install
If prompted for credentials, enter a username and password with administrative privileges and click Install Software
Click Continue
Click Close
Install PyCharm
Navigate to Download PyCharm
Navigate to Mac > Community
Select the processor corresponding with your computer and/or click on the Download icon
.dmg (Intel) ( > About This Mac > Processor > *Intel)
.dmg (Apple Silicon) ( > About This Mac > Chip > *Apple M1 or higher)
Open the Downloads folder and double click on the .dmg file
On the following pop up window, drag the PyCharm CE icon to the Applications folder icon to download PyCharm
Configure PyCharm
Add Python Interpreter
Open PyCharm through Applications or Launchpad
Check the I confirm that I have read and accept the terms of this User Agreement box and click Continue
Select the + icon called New Project in the Welcome to PyCharm window
Click the dropdown arrow for Python Interpreter to expand the menu
Select Previously configured interpreter and click on the ellipses icon to add Python Interpreter
Select System Interpreter and click on the ellipses icon to select Python Interpreter
Select the path Applications > Anaconda-Navigator.app > Contents > MacOS > python
Click on OK
Click OK
Click Create
Please wait for all Background Tasks to finish before coding a project. Certain functions or package imports may be affected by its processes.
Supplemental Resources
Please refer to Texas A&M Engineering Software for tutorials on installing Anaconda and PyCharm for Windows and Mac.
Â