Installation
Installation
This package is tested with Python 3.9-3.11 and Pypy 3. There are two ways to install the library:
- Installation using pip (a Python package manager):
pip install combidata
git clone https://github.com/Warrfie/combidata
cd combidata
python setup.py install
pip install git+https://github.com/Warrfie/combidata
It is generally recommended to use the first option.
Package is still under development, and it has regular updates, do not forget to update it regularly by calling
pip install combidata --upgrade