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 conda¶
Coming soon!
Installing from source¶
To install from source via terminal:
Clone the repository:
git clone git@github.com:takelab/podium.git && cd podium
Install podium:
pip install .