Skip to content

Installation Guide

Jorge Miguel Silva edited this page Oct 10, 2024 · 1 revision

Installation Guide

Prerequisites

  • Python 3.6 or higher

Installation

Using pip

pip install phenoqc

From source

  1. Clone the repository:

    git clone https://github.com/yourusername/PhenoQC.git
  2. Navigate to the project directory:

    cd PhenoQC
  3. Install the package:

    pip install -e .

Verifying Installation

After installation, you can verify that PhenoQC is correctly installed by running:

phenoqc --version

This should display the version number of PhenoQC.

Next Steps

Once installed, refer to the User Guide to learn how to use PhenoQC.

Clone this wiki locally