Muhammad Abdur Rahman Saad
commited on
Commit
·
e262e38
1
Parent(s):
f024a59
Update README.md
Browse files
README.md
CHANGED
@@ -31,8 +31,11 @@ The repository includes data collection scripts for the following sources:
|
|
31 |
```bash
|
32 |
git clone https://github.com/yourusername/data-collection-china.git
|
33 |
2. Navigate to cloned directory
|
34 |
-
```
|
|
|
35 |
3. Install all dependencies
|
36 |
-
```
|
|
|
37 |
4. Run main file
|
38 |
-
```
|
|
|
|
31 |
```bash
|
32 |
git clone https://github.com/yourusername/data-collection-china.git
|
33 |
2. Navigate to cloned directory
|
34 |
+
```bash
|
35 |
+
cd data-collection-china
|
36 |
3. Install all dependencies
|
37 |
+
```bash
|
38 |
+
pip install -r requirements.txt
|
39 |
4. Run main file
|
40 |
+
```bash
|
41 |
+
python main.py
|