Installation
This page will guide you through the installation process for timberas.
Prerequisites
Before you begin, ensure: * You have installed Python 3.10+. * You have a basic understanding of Python programming.
Installation
timberas and its required dependencies can be installed from the Python Package index using pip:
pip install timberas
Verifying the Installation
To verify that timber has been installed correctly, run the following command in your Python interpreter:
import timberas
If no errors occur, then timberas was installed successfully!
Using a Virtual Environment
You can also install timberas in a virtual environment to isolate it from your system Python environment. Guides for how set up a Python environment, for example using venv or conda, are widely available online.