Requirements and Installation

Install using pip

To install octopus and develop directly using pip:

pip install octopus

or

pip install git+https://github.com/UBC-NLP/octopus.git

Install Locally

To install octopus and develop locally:

git clone https://github.com/UBC-NLP/octopus.git
cd octopus
pip install .