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