Installation¶

Podium is tested on Python 3.6+.

We recommend you use a virtual environment:

If you’re unfamiliar with Python virtual environments, check out the user guide.

Install via pip¶

Podium can be installed via pip as follows:

pip install podium-nlp

Install via conda¶

Coming soon!

Installing from source¶

To install from source via terminal:

  1. Clone the repository: git clone git@github.com:takelab/podium.git && cd podium

  2. Install podium: pip install .