Installation ========================== .. note:: The PyXAB package is under active development. Please make sure that you install the latest version of our package to enjoy all the features. At this moment, we recommend installing the package using pip. .................................. PyPI Installation ----------------- To install the package using PyPI, run the following lines of code .. code-block:: bash pip install PyXAB # normal install pip install --upgrade PyXAB # or update if needed Git Installation ----------------- To install the package using git, run the following lines of code .. code-block:: bash git clone https://github.com/WilliamLwj/PyXAB.git cd PyXAB pip install . .................................. Required Dependencies --------------------- * Python 3.6+ * numpy>=1.20.3 * matplotlib * scikit-learn>=0.24.2 (if running real-life examples)