basic.md::"Installation" (5-23)
basic.md (1-129)
- Project Documentation @1
  - Installation @5
     5 | ## Installation
     6 | 
     7 | To install the package, run:
     8 | 
     9 | ```bash
     10 | pip install scantool
     11 | ```
     12 | 
     13 | ### Quick Start
     14 | 
     15 | Here's a simple example:
     16 | 
     17 | ```python
     18 | from scantool import FileScanner
     19 | 
     20 | scanner = FileScanner()
     21 | structures = scanner.scan_file("example.py")
     22 | ```
     23 | 
  - Features @24
  - Configuration @48
  - API Reference @61
  - Contributing @77
  - License @93
- Alternative Heading Style @99
[exit 0]
