wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
18.86k stars 1.73k forks source link

Suggestion for installing and buliding locally #117

Closed hanpham32 closed 4 months ago

hanpham32 commented 4 months ago

Update .python-version from openui to local python version Move Pillow and playwright packages to main [project] dependencies. Packages were missing during installing, causing build failure.

Dragoshel commented 4 months ago

I can confirm that moving those two dependencies to main fixed my building issues.

vanpelt commented 4 months ago

@hanpham32 thanks for the PR. I'm going to close this as I made those dependencies optional. I've also gone ahead and added a section in the README that gives instructions on how to create the virtualenv or just override it with a version of python you have locally.