Installing the Scola

scola supports both Python 2.x and 3.x and can be installed on Ubuntu, CentOS, macOS and Windows. We recommend using pip for installation.

Install with pip

pip install scola

Install from source

Download the source file from GitHub. Then, under /scola directory, type

python setup.py install

Dependencies

scola has dependencies on the following packages:

  • NumPy
  • SciPy
  • tqdm