From b6b0d54829dc00702b6e12743ca2caeec41f12ab Mon Sep 17 00:00:00 2001 From: niro4-1 Date: Fri, 5 Jun 2026 20:55:39 +0300 Subject: [PATCH] Add installation instructions for all platforms --- docs/installation.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/installation.md 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