Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 786 Bytes

install.md

File metadata and controls

42 lines (26 loc) · 786 Bytes

Installation Guide

Prerequisites

Make sure you have Python 3.8 or higher installed on your system.

Automatic Installation

pip install taskly

Manual Installation Steps

  1. Clone the Repository:

    git clone https://github.com/talhaticx/taskly.git
    cd taskly
  2. Setup Environment:

    make install

    This command will ensure all required dependencies are installed.

Running the Application

Once the installation is complete, you can run the taskly application using the following command:

taskly

This will start the CLI-based todo app, allowing you to manage tasks efficiently.

Usage

Follow the on-screen instructions to navigate through the menu and manage your tasks effectively.