Installation

Requirements

  • Python ≥ 3.6
  • PyTorch (optional, for easycore.torch package)

Install

Install from PyPI

pip install easycore

Install from GitHub

pip install 'git+https://github.com/YuxinZhaozyx/easycore.git'

Install from a local clone

git clone https://github.com/YuxinZhaozyx/easycore.git
cd easycore
pip install -e .