Muhammad Abdur Rahman Saad commited on
Commit
e262e38
·
1 Parent(s): f024a59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
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
- ```cd data-collection-china
 
35
  3. Install all dependencies
36
- ```pip install -r requirements.txt
 
37
  4. Run main file
38
- ```python main.py
 
 
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