Skip to content

Commit 70ba783

Browse files
Update README.md
minor changes
1 parent 93c8ecf commit 70ba783

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,12 @@
1515
# How to run?
1616
### STEPS:
1717

18-
Clone the repository
19-
20-
```bash
21-
https://github.com/entbappy/End-to-end-Text-Summarization
22-
```
23-
### STEP 01- Create a conda environment after opening the repository
18+
### STEP 01- Clone the repository
2419

2520
```bash
26-
conda create -n summary python=3.8 -y
21+
!git clone https://github.com/entbappy/End-to-end-Text-Summarization
2722
```
2823

29-
```bash
30-
conda activate summary
31-
```
32-
33-
3424
### STEP 02- install the requirements
3525
```bash
3626
pip install -r requirements.txt

0 commit comments

Comments
 (0)