-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Create a dedicated Installation Guide (installation.md) that provides step-by-step instructions for setting up MickTrace locally in a development environment. This section will serve as a practical reference for contributors working on feature enhancements or debugging.
The document should include:
- Prerequisites and minimum Python version supported.
- Instructions to clone the repository and set up a local environment.
- Steps to install MickTrace in editable mode using
pip install -e
- Commands for verifying installation and running basic tests or examples.
- Clear separation of required and optional dependencies (if any).
- Code snippets for each step to make the process easy to follow.
This file will later be integrated into the Installation tab on the MickTrace GitHub Pages documentation site for better visibility and usability.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers