Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Enopios/Enopios

Repository files navigation

Enopios

Install poetry, tested with poetry version 1.2.0rc2.

curl -sSL https://install.python-poetry.org | python - --preview

Install dependencies:

poetry install

If you want to include extra dependencies edit the pyproject.toml file.

If you have changed any dependencies run the following:

poetry update
poetry export -f requirements.txt --output requirements.txt

Update enopios/app.py if you want to have a different streamlit script than the bare-bones hello world.

Build the executable:

poetry run pyoxidizer build

Run the newly created executable:

./build/dist/enopios

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published