From 8770084c9b32cd483206dadc104d338f313a197a Mon Sep 17 00:00:00 2001 From: "Mark Edward M. Gonzales" Date: Sat, 17 Aug 2024 14:08:12 +0800 Subject: [PATCH] Add git clone instruction --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0d39eae..60df05f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ If you find our work useful, please consider citing: **Operating System**: Windows (using [WSL](https://learn.microsoft.com/en-us/windows/wsl/install)), Linux, or macOS +Clone the repository: + +``` +git clone https://github.com/bioinfodlsu/PHIStruct +cd phage-host-prediction +``` + Create a virtual environment with the dependencies installed via Conda (we recommend using [Miniconda](https://docs.anaconda.com/free/miniconda/index.html)): ```