Skip to content

Commit

Permalink
docs(README); executable commands for python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayDevkate committed Dec 3, 2024
1 parent 3647190 commit a615a6d
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

## Navigate to `collect_variables`
```bash
cd collect_variables
```

## Run `check_contributing_conduct.py`
```bash
python scripts/soft_dev_pract/documentation_practices/check_contributing_conduct.py --input results/repositories.csv --output results/output_results.csv
```

## Run `comment_at_start.py`
```bash
python scripts/soft_dev_pract/documentation_practices/comment_at_start.py --input results/input.csv --output results/output.csv
```

0 comments on commit a615a6d

Please sign in to comment.