-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
Samuel SIKATI KENMOGNE edited this page Nov 16, 2024
·
9 revisions
iPhyloGeo++
is available as a Python script.
1. Clone the repository
git clone https://github.com/tahiri-lab/iPhyloGeo_plus_plus.git
cd iPhyloGeo_plus_plus
2. Set Up a Virtual Environment
python3 -m venv iPhyloGeo++_env # Use only `python` instead of `python3` if it doesn't work
# Linux
source iPhyloGeo++_env/bin/activate
# Windows
iPhyloGeo++_env\Scripts\activate
3. Install Dependencies
pip install -r requirements.txt
4. Install Development Dependencies(Optional)
pip install -r dev-requirements.txt
5. Set Up Pre-commit Hooks(Optional)
pre-commit install
6. Run the Application
python3 main.py
Home
Installation
Tutorial
Settings