Skip to content

Commit 1a2538d

Browse files
Add pip-tools and github_release_retry as req files
These tools can be used as tools for generating requirements.txt Signed-off-by: Abhishek Kumar <abhishek.kasyap09@gmail.com>
1 parent 4b935c6 commit 1a2538d

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

etc/scripts/README.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
- Before generating requirement tools and uploading asset make sure you've installed the prerequisites properly. This mainly :
1+
*Before generating requirement tools and uploading asset make sure you've installed the prerequisites properly. This mainly :*
22
- pip-tools
33
- github-release-retry
44

55
Instruction for generating requirement tools:
66
============================================
7-
8-
For this you must run on your terminal:
7+
- For this you must run on your terminal:
98

10-
`pip pip install -r etc/scripts/req_tools.txt`
9+
``pip pip install -r etc/scripts/req_tools.txt``
1110

12-
- Then run `python etc/scripts/freeze_and_update_reqs.py --help` on terminal
11+
- Then run ``python etc/scripts/freeze_and_update_reqs.py --help`` on terminal
1312
From this you get the guidelines how to generate requirement tools.
1413

1514
Instruction for uploading assets:
1615
================================
1716

18-
Just run `python etc/scripts/github_release.py --help `
19-
From this you get the guidelines how to upload asset to github repositotory as an asset.
17+
- Just run ``python etc/scripts/github_release.py --help``
18+
- From this you get the guidelines how to upload asset to github repositotory as an asset.
2019

2120
This directory contains miscellaneous scripts of some use with ScanCode.
2221

23-
- json2csv: convert a scan JSON to a CSV.
22+
- json2csv: convert a scan JSON to a CSV.

0 commit comments

Comments
 (0)