========================= Installation instructions ========================= The easiest way to install py12box is using pip or conda. Checking your Python installation ================================= py12box is developed and tested on Linux and MacOS platforms. To install py12box, you first need to install Python >= 3.7. To check if you have Python 3.7 installed type; .. code-block:: bash python -V Installing py12box ================================= To install using conda: .. code-block:: bash conda install -c mrghg py12box To install using pip: .. code-block:: bash pip install py12box If installation has been successful, you should be able to import py12box in python, e.g.: .. code-block:: python import py12box