Installation¶
You can install pybgen
using either pip
or conda
.
# Using pip
pip install pybgen
# Using conda
conda config --add channels http://statgen.org/wp-content/uploads/Softwares/pybgen
conda install pybgen
To test the installation, run python
and execute the following commands.
>>> import pybgen
>>> pybgen.test()
......................................................................
......................................................................
......................................................................
......................................................................
......................................................................
......................................................................
......................................................................
......................................
----------------------------------------------------------------------
Ran 528 tests in 12.481s
OK