-
Notifications
You must be signed in to change notification settings - Fork 2
adding python version and deps requirements #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
adding python version and deps requirements #22
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
PR Code Suggestions ✨Explore these optional code suggestions:
|
Hi @Tosinibikunle, Thank you for taking the time to contribute to MickTrace and helping improve the project. This issue aims to expand the installation instructions into a dedicated, clearly defined section that developers can easily follow when setting up MickTrace locally—whether for feature enhancements or other contributions. The goal is to include a comprehensive, step-by-step setup guide, ideally within a separate file. This addition will also serve as valuable content for the Installation tab on the MickTrace GitHub Pages site, which is currently under development. I understand that the initial issue description might not have fully conveyed this scope, but I’ll ensure it’s updated with refined expectations to support any valuable contributions moving forward. Thanks. |
User description
resolves #20.
PR Type
Documentation
Description
Added Python version requirement (3.8+) documentation
Documented core dependency
typing-extensions
for Python < 3.11Added comprehensive optional dependencies table with extras
Organized optional integrations by category (cloud, monitoring, performance)
Diagram Walkthrough
File Walkthrough
README.md
Document Python version and dependency requirements
README.md
typing-extensions>=4.0.0
for Python < 3.11options
performance, development, and all-in-one options