# Using MathExp

To get started with MathExp, you will need to install the package. Please see the [installation instructions](installation.md) for more information.

Once you have installed the package, you can import the utilities you need from the relevant subpackage. For example, to use the combinatorics utilities, you can use the following import statement:

```python
from maths.comb import partition
```

More documentation coming soon.

