implement sumaexcel step-1

This commit is contained in:
2024-11-07 03:24:15 +09:00
parent 7f4d37d40c
commit 106ab0e94e
5 changed files with 76 additions and 37 deletions

View File

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
python3-pip
RUN pip install --upgrade pip
RUN pip install -e ./SumasenLibs/excel_lib
RUN apt-get update