Installation Guide
==================
Dependencies
------------
* Python >= 3.8 (earlier version might be applicable).
* `Numpy `_, `SciPy `_, `scikit-learn `_, `CVXPY `_, `statsmodels `_
Quick Start
------------
To use a stable release of **Debias-Infer**, install it using pip::
pip install Debias-Infer
The Pypi version is updated regularly. For the latest update, one can also clone from GitHub and install it directly::
git clone https://github.com/zhangyk8/Debias-Infer.git
cd Debias-Infer
python setup.py