Skip to content

Getting Started

LoicV edited this page Jul 25, 2024 · 9 revisions

⚒️ Installation

Linux UNIX and Mac OS versions

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
source iPhyloGeo++_env/bin/activate  # On Windows use `iPhyloGeo_env\Scripts\activate`

3. Install Dependencies

pip install -r requirements.txt

4. Run the Application

python3 main.py
Clone this wiki locally