Installation ============ To install ``py3dframe``, you can use the following command: .. code-block:: bash pip install git+https://github.com/Artezaru/py3dframe.git Or clone the repository and install it manually: .. code-block:: bash git clone https://github.com/Artezaru/py3dframe.git Then, go to the directory and run the following command: .. code-block:: bash pip install -e . Use ``-e .[dev]`` to install it with the development dependencies.