Skip to content

Installation

Get started with Ascender Framework quickly.

Prerequisites

Before installing the Ascender Framework, ensure that you have the following tools and dependencies installed:

  • Poetry Configuration: Ensure Poetry is configured to automatically create a virtual environment during installation. You can enable this setting with the following command:

    poetry config virtualenvs.create true
    

  • Python 3.11 or higher: The framework leverages modern Python features and optimizations.

  • pip: The Python package installer.
  • Poetry: A dependency management tool for Python.

Steps to Install

  1. Install the Poetry (if not installed):
pip install poetry 
  1. Install Ascender Framework:
pip install ascender-framework
  1. Verify Installation:
ascender -h

This command should display the available CLI commands for the Ascender Framework.