Installation¶
You can install pyplink using either pip or conda.
# Using pip
pip install pyplink
# Using conda (requires Bioconda)
conda install pyplink
To test the installation, run python and execute the following commands.
>>> import pyplink
>>> pyplink.test()
.............................................
----------------------------------------------------------------------
Ran 45 tests in 0.343s
OK