prakharg24 commited on
Commit
27a0d73
·
verified ·
1 Parent(s): a42810f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -11,9 +11,21 @@ pinned: false
11
  short_description: Streamlit template space
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
 
 
 
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
11
  short_description: Streamlit template space
12
  ---
13
 
14
+ # Instructions to Setup Locally
15
 
16
+ Step 1: Unzip the submission file, or directly clone the repo from:
17
+ ```
18
+ git clone https://huggingface.co/spaces/prakharg24/multiverse
19
+ ```
20
 
21
+ Step 2: Initialize your python environment
22
+
23
+ Step 3: Install the requirements
24
+ ```
25
+ pip install -r requirements.txt
26
+ ```
27
+
28
+ Step 4: Run the streamlit app
29
+ ```
30
+ streamlit run app.py
31
+ ```