Installation
=============================

You can install the package with pip:

.. code-block:: python

	pip install combinatorial_peptide_pooling

Or with conda:

.. code-block:: python

	conda install -c vasilisa.kovaleva combinatorial_peptide_pooling

Requirements
--------------------

Required packages should be installed simulataneously with the combinatorial_peptide_pooling packages.

But if they were not, here is the list of requirements:

* pandas>=1.5.3

	.. code-block:: python

		pip install "pandas>=1.5.3"

* numpy>=1.23.5

	.. code-block:: python

		pip install "numpy>=1.23.5"

* cvxpy>=1.3.2

	.. code-block:: python

		pip install "cvxpy>=1.3.2"

* trimesh>=3.23.5

	.. code-block:: python

		pip install "trimesh>=3.23.5"