Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kadnan committed Nov 8, 2019
1 parent 18bd7d0 commit 277a529
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ rules: # Each Selector will be a separate rule that itself will be a separate me

Assuming you installed all required libs mentioned in `requirements.txt`, all you have to do is to run the command:

`python parse_gen.py indi.yaml` where `indi.yaml` is the file that contains the content given above. If it runs successfully, it generates a file with name `olx_indi_test.py` which looks like below:
`python parse_gen.py indi.yaml`

Where `indi.yaml` is the file that contains the content given above. If it runs successfully, it generates a file with name `olx_indi_test.py` which looks like below:

```
import requests
Expand Down

0 comments on commit 277a529

Please sign in to comment.