33 |
34 |
35 | [contributors-shield]: https://img.shields.io/github/contributors/the-1Riddle/packageInstallationHub.svg?style=for-the-badge
36 | [contributors-url]: https://github.com/the-1Riddle/packageInstallationHub/graphs/contributors
37 | [forks-shield]: https://img.shields.io/github/forks/the-1Riddle/packageInstallationHub.svg?style=for-the-badge
38 | [forks-url]: https://github.com/the-1Riddle/packageInstallationHub/network/members
39 | [stars-shield]: https://img.shields.io/github/stars/the-1Riddle/packageInstallationHub.svg?style=for-the-badge
40 | [stars-url]: https://github.com/the-1Riddle/packageInstallationHub/stargazers
41 | [issues-shield]: https://img.shields.io/github/issues/the-1Riddle/packageInstallationHub.svg?style=for-the-badge
42 | [issues-url]: https://github.com/the-1Riddle/packageInstallationHub/issues
43 | [license-shield]: https://img.shields.io/github/license/the-1Riddle/packageInstallationHub.svg?style=for-the-badge
44 | [license-url]: https://github.com/the-1Riddle/packageInstallationHub/blob/master/LICENSE.txt
45 | [twitter-shield]: https://img.shields.io/badge/-Twitter-black.svg?style=for-the-badge&logo=twitter&colorB=555
46 | [twitter-url]: https://twitter.com/rezz_code
47 |
--------------------------------------------------------------------------------
/alx-tools_installation/README.md:
--------------------------------------------------------------------------------
1 | # Alx - Tools installation
2 |
3 | The file install-tools.sh in this directory contains a script that will install the following tools and programs.
4 |
5 | | | | |
6 | |------------------------------ |--------------------------- |------------------|
7 | | Betty linter | makefile | Flasgger |
8 | | pycodestyle | semi-standard | Flask |
9 | | C and C# compilers | Request module | Node 14 |
10 | | Fabric for Python | puppet-lint | MySQL 8 |
11 | | installing and activating env | SQLAlchemy module version ||
12 | | mysqlclient | MySqldb ||
13 |
14 | **Usage:**
15 |
16 | You will need to clone this repo on your locall terminall using the cammand:
17 | ```
18 | git clone https://github.com/the-1Riddle/packageInstallationHub.git
19 | ```
20 |
21 | then move to the `alx-tools_installation` directory:
22 | ```
23 | cd packageInstallationHub/alx-tools_installation
24 | ```
25 |
26 | Then you can run the file as follows:
27 | ```
28 | ./install-tools.sh
29 | ```
30 | > [!NOTE]