============ Installation ============ ---------------- Install with pip ---------------- The protein inference package is available on the python index via pip .. code-block:: bash $ pip install protein-inference ------------------- Install from github ------------------- Currently the code can be installed from source (inside protein-inference repo) .. code-block:: bash $ pip install -e /. Or by using git+ssh using your MassDynamics github login: .. code-block:: bash $ pip install git+ssh://git@github.com/MassDynamics/protein-inference-joseph/releases/tag/0.1.2 Please ensure you use a relevant/up to date tag.