diff --git a/README.md b/README.md index 379671d..296992e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# glintwine-generator +# glintwine-generator v1.1a -A certificate generator made for ejchan \ No newline at end of file +A certificate generator made for ejchan. +To run localy, install python and pip, then: + +> pip install streamlit pandas + +> streamlit run app.py + +To run in Docker, simply build the container using the pre-attached dockerfile or via docker compose. +Post argument for docker: + +> sh -c "cd /app && pip install streamlit==1.41.0 pandas==2.2.2 pillow==10.4.0 tornado==6.4.1 && streamlit run /app/app.py --server.port=8501 --server.address=0.0.0.0 --server.enableCORS=false --logger.level=debug --server.fileWatcherType none --server.headless true" \ No newline at end of file