Jeremy Zheng 06d83836a8 :building_construction: add s3 support for lily 2 年之前
..
palm 06d83836a8 :building_construction: add s3 support for lily 2 年之前
.gitignore 06d83836a8 :building_construction: add s3 support for lily 2 年之前
README.md 06d83836a8 :building_construction: add s3 support for lily 2 年之前
__main__.py 06d83836a8 :building_construction: add s3 support for lily 2 年之前

README.md

LILY

Setup

  • Install Python3.11+

    sudo add-apt-repository ppa:deadsnakes/ppa
    sudo apt update
    sudo apt install python3.12-full python3.12-dev
    
  • Install libraries

    $ sudo apt install imagemagick ffmpeg fonts-dejavu-extra texlive-full
    $ python3.12 -m venv $HOME/local/python3
    $ source $HOME/local/python3/bin/activate
    $ pip install psycopg minio redis[hiredis] \
    pika msgpack matplotlib ebooklib \
    grpcio protobuf grpcio-health-checking \
    pandas openpyxl xlrd pyxlsb
    

Start

  • run python lily -d -c config.toml

Documents