Installation¶
Note
OpenICL requires Python 3.8+
Using Pip¶
pip install openicl
Installation for local development¶
You can install the latest version of OpenICL from our github repository.
git clone https://github.com/Shark-NLP/OpenICL
cd OpenICL
pip install -e .