-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guide
Jorge Miguel Silva edited this page Oct 10, 2024
·
1 revision
- Python 3.6 or higher
pip install phenoqc
-
Clone the repository:
git clone https://github.com/yourusername/PhenoQC.git
-
Navigate to the project directory:
cd PhenoQC -
Install the package:
pip install -e .
After installation, you can verify that PhenoQC is correctly installed by running:
phenoqc --versionThis should display the version number of PhenoQC.
Once installed, refer to the User Guide to learn how to use PhenoQC.