Run pipenv install
to install all dependencies
Add your Autodesk Forge credentials with :
export FORGE_CLIENT_ID=<<YOUR CLIENT ID FROM DEVELOPER PORTAL>>
export FORGE_CLIENT_SECRET=<<YOUR CLIENT SECRET>>
or you can create a .env
file with your credentials.
Start the Streamlit app with streamlit run forge_sample.py