Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 598 Bytes

Installation.rst

File metadata and controls

29 lines (21 loc) · 598 Bytes

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