You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Table of Contents
7
7
=================
8
8
9
9
*[Installation](#installation)
10
+
*[Requirements](#requirements)
10
11
*[Usage](#usage)
11
12
*[Load the extension](#load-the-extension)
12
13
*[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:
34
35
35
36
or with conda
36
37
37
-
conda install pybigwig -c bioconda
38
+
conda install pybigwig -c conda-forge -c bioconda
38
39
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:
0 commit comments