From 9ea5146dd04d581e706c440d417e3fde7e768285 Mon Sep 17 00:00:00 2001 From: Patricia Arakawa Date: Sat, 11 Jan 2025 17:19:05 +0100 Subject: [PATCH] modify readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index cde2770..d61ae5b 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,16 @@ This project processes genomic data from bacterial and archaeal organisms retrie ## Setup Instructions ### 1. Create a Conda Environment -Create a new Conda environment named `genom_classify` with Python 3.12: ```bash conda create -n genom_classify python=3.12 -y ``` ### 2. Activate the Environment -Activate the environment: ```bash conda activate genom_classify ``` ### 3. Install Dependencies -Install the required dependencies listed in the `requirements.txt` file: ```bash pip install -r requirements.txt ```