Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -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`