Metadata-Version: 2.1
Name: matnum
Version: 0.1.8
Summary: A package that installs angular note templates and cache
Author-email: X <X@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# matnum

A tool to automatically install notes templates and cache.

## Installation
```bash
pip install matnum
```

## Usage
You can use any of these commands:
- `matnum`
- `install-matnum`
- `matnum-install`

### Troubleshooting: Command Not Found
If Ubuntu says "command not found", it means your PATH is not updated. 

**Option 1: Universal Fallback (Works Everywhere)**
```bash
python3 -m matnum
```

**Option 2: Fix Ubuntu PATH**
Add this to your `~/.bashrc` file:
```bash
export PATH="$PATH:$HOME/.local/bin"
```
Then run `source ~/.bashrc`.




