Richard-accel/TKR-Form
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
create virtual environment # python -m venv venv activate the virtual environment # venv\Scripts\activate Install the libraries from the requirements.txt (run it once only) # pip install -r requirements.txt run it on command prompt # streamlit run Home.py ====================================================== Have to fix the code to replace the fhir base url and bearer token to yours one.