Skip to content

Commit 3cc2ba0

Browse files
authored
added streamlit to installation section on readme
1 parent 565993a commit 3cc2ba0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@ Click [Here](https://huggingface.co/spaces/Kaludi/JotForm-API-Form-Explorer_App
3333

3434
`cd jotform-api-explorer`
3535

36-
3. Install the required packages:
36+
3. Install streamlit if not already installed:
37+
38+
`pip install streamlit requests`
39+
40+
4. Install the required packages:
3741

3842
`pip install -r requirements.txt`
3943

40-
4. Run the app:
44+
5. Run the app:
4145

4246
`streamlit run app.py`

0 commit comments

Comments
 (0)