Skip to content

Commit

Permalink
format headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Jan 4, 2025
1 parent dc96ebc commit 00df874
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,9 @@ The external programs that are often used are:
- [BEDTOOLS](http://code.google.com/p/bedtools/)
- [EMBOSS](http://emboss.sourceforge.net/)

## Installation

**Installing JCVI in a Conda environment:**
### Managing dependencies with Conda

You can create a Conda environment with Python 3.12 and basic dependencies for JCVI using the YAML files in this repo.
You can use the the YAML files in this repo to create an environment with basic JCVI dependencies.

If you are new to Conda, we recommend the [Miniforge](https://conda-forge.org/download/) distribution.

Expand All @@ -151,8 +149,9 @@ conda activate jcvi-osx64

After activating the Conda environment install JCVI using one of the following options.

## Installation

**Installation options:**
### Installation options

1) Use pip to install the latest development version directly from this repo.

Expand All @@ -173,14 +172,16 @@ git clone git://github.com/tanghaibao/jcvi.git && cd jcvi
pip install -e '.[tests]'
```

**Test Installation:**
### Test Installation

If installed successfully, you can check the version with:

```bash
jcvi --version
```

## Usage

Use `python -m` to call any of the modules installed with JCVI.

Most of the modules in this package contains multiple actions. To use
Expand Down

0 comments on commit 00df874

Please sign in to comment.