smeea / vdb

VTES cards search & deck building & twda search web application
MIT License
20 stars 10 forks source link

trying to install development for local use #37

Closed Takko550 closed 11 months ago

Takko550 commented 11 months ago

Hi, still new at this, but i tried following your instructions to install and got stuck at the "flask db init" section

failed

any chance you could walk me through the install?

smeea commented 11 months ago

Hi, I am on vacation without access to my PC, and will not be able to answer in the next 10 days. But then I will make sure to check the issue, please check for an answer later in October.

smeea commented 11 months ago

Fixed in 132ede588e696a8537648a0f46027f25d8bacdeb. Please pull changes and proceed with instructions starting from python -m pip install -r requirements.txt.

Alternatively just install missing dependency directly python -m pip install python-dotenv and flask db init must work.