Skip to content

Latest commit

History

History
22 lines (12 loc) 路 699 Bytes

INSTALL.md

File metadata and controls

22 lines (12 loc) 路 699 Bytes

Installation

Source Code

  • Download Version 1.3 or Latest Source
  • python3 setup.py install --upgrade or python setup.py install --upgrade (Need root access)

PyPI

Easy Install

  • Run easy_install --upgrade art (Need root access)

Note

On error, install requirements manually :

  • Run pip install -r requirements.txt or pip3 install -r requirements.txt (Need root access)