diff --git a/docs/installation.md b/docs/installation.md new file mode 100644 index 0000000..14ac245 --- /dev/null +++ b/docs/installation.md @@ -0,0 +1,25 @@ +# Installation Instructions + +## Linux + +1. Ensure Python 3 is installed. +2. Clone the repository: `git clone https://github.com/niro4-1/cli-tool.git` +3. Navigate to the project directory: `cd cli-tool` +4. Install dependencies: `pip install -r requirements.txt` +5. Run the tool: `python cli_tool.py` + +## macOS + +1. Ensure Python 3 is installed. +2. Clone the repository: `git clone https://github.com/niro4-1/cli-tool.git` +3. Navigate to the project directory: `cd cli-tool` +4. Install dependencies: `pip install -r requirements.txt` +5. Run the tool: `python cli_tool.py` + +## Windows + +1. Ensure Python 3 is installed. +2. Clone the repository: `git clone https://github.com/niro4-1/cli-tool.git` +3. Navigate to the project directory: `cd cli-tool` +4. Install dependencies: `pip install -r requirements.txt` +5. Run the tool: `python cli_tool.py` \ No newline at end of file