Installation ============ The easiest and recommended way to install **stengression** is via pip. Standard Installation --------------------- To install the latest stable release, simply run the following command in your terminal: .. code-block:: bash pip install stengression Development Installation ------------------------ If you want to work with the latest development code, access the example notebooks, or modify the source, you can clone the repository and install it in editable mode: .. code-block:: bash git clone https://github.com/PyCoder913/stengression.git cd stengression pip install -e . Requirements ------------ **stengression** requires Python 3.8 or later. The installation process will automatically install all necessary dependencies, including: * numpy * torch * pandas * matplotlib * tqdm