Installation ============ Default Installation --------------------- To install ``pyblenderSDIC``, you can use the following command: .. code-block:: bash pip install git+https://github.com/Artezaru/pyblenderSDIC.git Or clone the repository and install it manually: .. code-block:: bash git clone https://github.com/Artezaru/pyblenderSDIC.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. Installing Blender ------------------ The package ``pyblenderSDIC`` is designed to be run with the Blender Python interpreter, which is included with Blender Before using ``pyblenderSDIC``, you need to install Blender. You can download it from the official website: https://www.blender.org/download/ I recommand to put the Blender folder at your home directory, so you can easily find it. For example, on Windows, you can put it in ``C:\Users\\Blender``. On Linux, you can put it in ``/home//Blender``. Before first use, follows the instructions in the :doc:`usage` section to install the package in the Blender Python interpreter.