Skip to content

Installation

Follow these steps to install CT-FM on your local machine:

  1. Clone the Repository
    Open a terminal and run:

    git clone https://github.com/project-lighter/CT-FM.git
    

  2. Navigate to the Project Directory
    Change into the cloned repository’s directory:

    cd CT-FM
    

  3. Install the Dependencies
    Install all required packages (including lighter) with:

    pip install -r requirements.txt
    

After completing these steps, CT-FM and all its dependencies will be installed and ready for use.