-
Notifications
You must be signed in to change notification settings - Fork 8
Installation guide
Nadia Tahiri edited this page Sep 20, 2024
·
8 revisions
Welcome to aPhyloGeo! This guide will help you set up and use the project with Poetry and Makefile.
Ensure you have the following installed on your machine:
To install aPhyloGeo, follow these steps:
-
Clone the repository:
git clone https://github.com/tahiri-lab/aPhyloGeo.git
-
Navigate to the repository:
cd aPhyloGeo
-
Install dependencies
a. with Poetry:
poetry install
b. with pip:
pip install -r requirements.txt
Once you have installed aPhyloGeo, you can use it by following these steps:
-
Open a terminal and navigate to the project directory.
-
Activate the Poetry virtual environment:
poetry shell
-
Run the application:
make
-
Explore the features and functionalities of aPhyloGeo.
To run tests, use the Makefile:
make test
Please email us at: [email protected] for any questions or feedback.
Wiki
Available analyses
Misc