Skip to content

Commit a0c17b3

Browse files
committed
Improve clarity in user interface tutorial and fix minor typos
1 parent 7d214d4 commit a0c17b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/user_interface.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ Installation
99
To use the Socio4Health GUI, you need to fork or clone the `interfaz_s4h repository <https://github.com/harmonize-tools/interfaz_s4h>`_ from GitHub. Once you have the repository on your local machine, navigate to the project directory and install the required dependencies using the following command:
1010

1111
.. code-block:: bash
12+
1213
pip install -r requirements.txt
1314
1415
After installing the dependencies, you can run the GUI by executing the following command in your terminal:
1516

1617
.. code-block:: bash
18+
1719
streamlit run Home.py
1820
1921
This will launch the GUI in your default web browser, allowing you to interact with the application.

0 commit comments

Comments
 (0)