Skip to content

Commit 706c064

Browse files
committed
Fix requirements documentation, closes #102
1 parent 705b074 commit 706c064

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Table of Contents
77
=================
88

99
* [Installation](#installation)
10+
* [Requirements](#requirements)
1011
* [Usage](#usage)
1112
* [Load the extension](#load-the-extension)
1213
* [Open a bigWig or bigBed file](#open-a-bigwig-or-bigbed-file)
@@ -34,9 +35,16 @@ You can install this extension directly from github with:
3435

3536
or with conda
3637

37-
conda install pybigwig -c bioconda
38+
conda install pybigwig -c conda-forge -c bioconda
3839

39-
Note that libcurl (and the `curl-config` command) are required for installation. This is typically already installed on many Linux and OSX systems (if you install with conda then this will happen automatically).
40+
## Requirements
41+
42+
The follow non-python requirements must be installed:
43+
44+
- libcurl (and the `curl-config` config)
45+
- zlib
46+
47+
The headers and libraries for these are required.
4048

4149
# Usage
4250
Basic usage is as follows:

0 commit comments

Comments
 (0)