-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
LoicV edited this page Jul 25, 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
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
Home
Installation
Tutorial
Settings