Installation¶
Install via pip¶
The code below will install PyMEGABASE from PyPI.
pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple PyMEGABASE==1.0.13
You may need to install pyBigWig (pip install pyBigWig) before installing PyMEGABASE
The following are libraries required for installing PyMEGABASE:
‘numpy’
‘glob2>=0.7’
‘requests’
‘pytest-shutil>=1.7.0’
‘pyBigWig>=0.3.18’
‘urllib3>=1.26.14’
‘tqdm>=4.64.1’
‘joblib>=1.2.0’
‘pydca>=1.23’
‘ipywidgets>=8.0.4’