Installation ============ We reccomend installing isopeptor within a conda environment. Create the environment with: .. code-block:: console $ conda create -n isopeptor python==3.10 Activate it: .. code-block:: console $ conda activate isopeptor Once the environment has been activated, install isopeptor with pip: .. code-block:: console $ pip install isopeptor