Skip to content

jwathika/moringa_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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.

Usage

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

Features

  • Installs curl
  • Installs git
  • Installs Python3
  • Installs npm
  • Installs nodejs

Verifies the installation of each package

Checklist Install curl Install git Install Python3 Install npm Install nodejs

Prerequisites

Make sure your system meets the following requirements:

  • Unix-based operating system (Linux or macOS)
  • Internet connection
  • Script Details

Verify Installation:

curl --version git --version python3 --version npm --version node --version

Contributing

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or support, please contact the maintainer at ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages