CMS3510 Software Install Windows
CMS3510 Software Install Windows
Now run the installer. Check the “Add Python 3.X to PATH” box. Then click Install Now.
Run the installer. It will install and Run the Visual Studio Installer. When you see this screen below,
check “C++ build tools” and then uncheck everything but “MSVC v142” and “Windows 10 SDK”. Now
click Install.
When installed, you can close the Visual Studio Installer application.
Click the Start button. Type cmd. Then click on Command Prompt.
then type:
python -m pip install eciespy
Click the Install button. Once installed, click Finish. You should see the nteract window.
2.3 Completing lab exercises
To complete lab exercises, you will need to download the Jupyter notebook files (these have a file
extension .ipynb) from Brightspace. Then click File > Open and navigate to where you downloaded
the notebook files. Click on the file you want to run and click Open.
3 Install Additional Software for Assignment
3.1 Installing PyCharm
It is recommended you install an integrated development environment (IDE). PyCharm is a dedicated
Python IDE which is free for personal use.
Click on the black Download button under Community. The installer will download (you do not need
to do anything else)
Click Next until you get to the Install button. Then click Install. Click Finish when the installation
process ends.
Choose a name for the project folder (highlighted in blue). Then click Create. If the Base interpreter
box is empty, it is because you did not install Python in step 1.
The IDE will open. Close the Tips box.
Type the name of the package to search for it. Select the package you want to install and click Install
Package.