# How to Install

The project depends on Python 3.9 or later, and Matplotlib 3.2 or later.
To install the package, you can use pip:

```bash
pip install figure-scale
```

Verify the installation by checking the version of the package:

```python
>>> import figure_scale as fs
>>> fs.__version__
```
