Installation
This page will guide you through the installation process for steelas.
Prerequisites
Before you begin, ensure:
- You have installed Python 3.11+.
- You have a basic understanding of Python programming.
Installation
steelas and its required dependencies can be installed from the Python Package index using pip:
pip install steelas
Verifying the Installation
To verify that timber has been installed correctly, run the following command in your Python interpreter:
import steelas
If no errors occur, then steelas was installed successfully!
Using a Virtual Environment
You can also install steelas 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 available online.