Moringa SE Program Setup Script
This script automates the installation and verification of the requirements for getting started in the Moringa SE program. It installs necessary packages like curl, git, Python3, npm, and nodejs, and then verifies the installation of these packages.
To use the setup script, run the following command in your terminal:
curl -sS https://raw.githubusercontent.com/jwathika/moringa_setup/main/setup.sh | bash 2> /dev/null
- Installs curl
- Installs git
- Installs Python3
- Installs npm
- Installs nodejs
Checklist Install curl Install git Install Python3 Install npm Install nodejs
Make sure your system meets the following requirements:
- Unix-based operating system (Linux or macOS)
- Internet connection
- Script Details
curl --version git --version python3 --version npm --version node --version
If you find any issues or have suggestions for improvements, please feel free to create a pull request or open an issue on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or support, please contact the maintainer at ...