Skip to content

Commit

Permalink
Made changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyakaligal committed Oct 3, 2024
1 parent f41fb1f commit 15ffd1e
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 316 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ To set up SereniFi on your local machine, follow these steps:
cd serenity-guide
```

3. **Install Dependencies**
3. **Install dependenice**
```bash
npm install
pip install -r requirements.txt
```

4. **Start the Application**
```bash
npm start
streamlit run app.py
```

---
Expand Down
Loading

0 comments on commit 15ffd1e

Please sign in to comment.