Commit 3146a8f2 authored by MD. SHAHIDUL ISLAM's avatar MD. SHAHIDUL ISLAM

Move manual installation section to end of README

- Quick installation method (pip install git+...) stays at top for users
- Manual installation details moved to very end after Contributing section
- Cleaner flow: simple install → features → examples → contributing → advanced
- Users see recommended path first, developers see manual steps at end
parent 278e4052
......@@ -48,14 +48,6 @@ This will:
- Create a `jira-mcp` command-line entry point
- Enable `python -m jira_mcp` execution
### Manual Installation (For Development)
For developers who want to contribute or run the project locally, see [DEVELOPMENT.md](DEVELOPMENT.md) for:
- Step-by-step local setup instructions
- Virtual environment configuration
- Running tests
- Building distributions
---
## Configuration
......@@ -319,3 +311,14 @@ We welcome contributions from everyone! Whether you're fixing bugs, adding new f
Please ensure your code follows Python best practices and is well-documented. Include comments for complex logic and write clear commit messages.
Thank you for helping us build and improve this project!
---
## Manual Installation (For Development)
For developers who want to contribute or run the project locally, see [DEVELOPMENT.md](DEVELOPMENT.md) for:
- Step-by-step local setup instructions (Mac/Linux/Windows)
- Virtual environment configuration
- Running tests
- Building distributions
- Advanced configuration with custom Python paths
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment