Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 424 Bytes

INSTALLATION.md

File metadata and controls

27 lines (19 loc) · 424 Bytes

Installation

  1. Clone the repository:

    git clone https://github.com/SusheelThapa/from_taipy_census.git
    cd from_taipy_census
  2. Create and Activate your virtual environment

    python3 -m venv .venv
    source .venv/bin/activate
  3. Install the necessary packages

    pip3 install -r requirements.txt
  4. Running the project

    python main.py