Skip to content

Commit

Permalink
added -r param for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddhruv-IOT authored Jan 13, 2023
1 parent 4e66a65 commit 18b0ab2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ D. Analyzer is one stop solution to analyze text data or audio files.
- finding a specific word

## Setting up on local machine:
1. Clone this repo on your system.
2. Open CMD
3. Install all the dependncies using requirements.txt:
<pre> pip install requirements.txt </pre>
1. Open Git bash and clone this repo using:
<code>git clone https://github.com/Ddhruv-IOT/D-Analyzer.git</code>
2. Install the dependncies using requirements.txt:
<code>pip install -r requirements.txt</code>
3. Run the following command:
<pre> streamlit run text_analyzer.py </pre>
<code>streamlit run text_analyzer.py</code>

## Contributors:
- [Aakriti Goyal](https://github.com/AakritiGoyal12458)
Expand Down

0 comments on commit 18b0ab2

Please sign in to comment.