Usage ===== How to installing the package ----------------------------- Install the project into your Python environment: .. code:: console $ pip install boring-math-combinatorics Importing the modules --------------------- Import the functions from the ``combinatorics`` module. .. code:: python from boring_math.combinatorics import comb, perm