Installation ============ Package Installation from Source ________________________________ .. code-block:: bash .. git clone https://github.com/BoevaLab/sparsesurv.git@main .. conda env create -f conda.yml .. conda activate highsurv .. pip install . or .. code-block:: bash .. conda create -y -n highsurv python=3.9 .. conda activate highsurv .. pip install "git+https://github.com/BoevaLab/sparsesurv.git@main" PyPI Installation ______________________ .. code-block:: bash .. pip install sparsesurv