Forked from https://github.com/RTCedu/CNA340
This is my forked work of CNA340 IT Project Management, in the forked project you can make changes with out changing the originel progarm.
To run Phyton code you need to install the home brew. Than to install the Phyton 3 on your machine.
ex: for Mac OS we need to use "$ brew install python3"
####In my project CNA340 I followed the steps bellow:
- Open the Terminal application, found in /Applications/Utilities/
- Enter the following command into a single line of the terminal: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Hit Return and you’ll see a series of lines about what the script will install and where, hit Return again to agree or hit Escape to cancel.
- Enter the administrator password (required by sudo execution) to begin installation Installation of Homebrew will take a while depending on the speed of your Mac and internet connection, as each necessary package is downloaded and installed by the script. When complete, you will see an “Installation successful!” message.
- Now you’re ready to install software packages through Homebrew, or you can read the help documentation with the following command:
- Installing Software Packages through Homebrew on Mac Installing packages with Homebrew is super easy, just use the following syntax:
brew install [package name]
For example, to install wget through Homebrew you could use the following syntax:
brew install wget
Simple, easy. Once complete you can run wget as usual.
How to Remove HomeBrew from a Mac If you have installed Homebrew but later decide you want to remove Homebrew from a Mac for some reason or another, you can uninstall it with another ruby script run from the command line:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
Once installed you can run the program with the following command for running my homework assignment 23.py
- Open the Terminal for Mac OS.
- Type and pres enter:
python 23.py
To complete this assignment I got help from:
- Dr. Zak, our teacher
- Google Search
- YouTube
- Avaya Senior Development Engineer