Installation

Installation#

EpiOne requires Python 3.9+.

  • From PyPI (recommended once published): pip install epione

  • From source (this repository):

git clone https://github.com/aristoteleo/epione.git
cd epione
pip install -U pip
pip install -e .

Optional extras for full functionality:

pip install .[full]