Update README.md
This commit is contained in:
parent
2042af8d20
commit
34e427caf8
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ pip 24.0
|
||||||
|
|
||||||
### Running Locally
|
### Running Locally
|
||||||
|
|
||||||
Clone the repository:
|
Clone the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/yourusername/LectureSummarizer.git
|
git clone https://github.com/yourusername/LectureSummarizer.git
|
||||||
|
|
@ -26,7 +26,7 @@ cd LectureSummarizer/
|
||||||
Install dependencies:
|
Install dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
@ -35,7 +35,7 @@ Install dependencies:
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
- Start by forking the repository and then clone your fork.
|
- Start by forking the repository.
|
||||||
- Create a branch in your fork for your contributions.
|
- Create a branch in your fork for your contributions.
|
||||||
- Commit your changes with clear commit messages.
|
- Commit your changes with clear commit messages.
|
||||||
- Push your branch to your fork on GitHub and submit a pull request to the main project.
|
- Push your branch to your fork on GitHub and submit a pull request to the main project.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue