Spaces:
Running
Running
title: Realvest App | |
emoji: π | |
colorFrom: green | |
colorTo: gray | |
sdk: streamlit | |
sdk_version: 1.21.0 | |
app_file: app.py | |
pinned: false | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
``` | |
git clone https://huggingface.co/spaces/realvest/realvest-app | |
pyenv install 3.9 | |
pyenv local 3.9 | |
poetry env use 3.9.17 | |
poetry install | |
poetry shell | |
``` | |
Generate requirements.txt | |
``` | |
poetry export --without-hashes --format=requirements.txt > requirements.txt | |
``` |