Skip to content

Commit 964e118

Browse files
committed
Update install guide
1 parent 17fd228 commit 964e118

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,11 @@ Python version 3.8 or higher is recommended (Python 3.8-3.13 officially supporte
4343
C compiler needs to build C sources (recommend GCC).
4444

4545
### Install using pip
46-
1. `numpy`, `pysam>=0.23.2`, and `pyBigWig>=0.3.18` must be installed ___before___ installing PyMaSC
46+
Install PyMaSC from PyPI
4747

48-
$ pip install numpy "pysam>=0.23.2" "pyBigWig>=0.3.18"
48+
$ pip install pymasc
4949

50-
2. Install PyMaSC from PyPI
51-
52-
$ pip install pymasc
53-
54-
If cython is installed, PyMaSC will be built with Cython native compiled sources instead of pre-compiled C sources.
50+
If cython is installed, PyMaSC will be built with Cython native compiled sources.
5551

5652
Usage
5753
-----

0 commit comments

Comments
 (0)