Skip to content

Commit 3dcfb10

Browse files
Update README.md
1 parent 660c59a commit 3dcfb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ To set up SereniFi on your local machine, follow these steps:
4747

4848
3. **Install Dependencies**
4949
```bash
50-
npm install
50+
pip install
5151
```
5252

5353
4. **Start the Application**
5454
```bash
55-
npm start
55+
streamlit run app.py
5656
```
5757

5858
---

0 commit comments

Comments
 (0)