Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
parakawa committed Jan 11, 2025
1 parent adff597 commit 9ea5146
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 9ea5146

Please sign in to comment.