We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fd228 commit 964e118Copy full SHA for 964e118
1 file changed
README.md
@@ -43,15 +43,11 @@ Python version 3.8 or higher is recommended (Python 3.8-3.13 officially supporte
43
C compiler needs to build C sources (recommend GCC).
44
45
### Install using pip
46
-1. `numpy`, `pysam>=0.23.2`, and `pyBigWig>=0.3.18` must be installed ___before___ installing PyMaSC
+Install PyMaSC from PyPI
47
48
- $ pip install numpy "pysam>=0.23.2" "pyBigWig>=0.3.18"
+$ pip install pymasc
49
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.
+If cython is installed, PyMaSC will be built with Cython native compiled sources.
55
56
Usage
57
-----
0 commit comments