Skip to content

Commit 22dc961

Browse files
authored
Update README.md
1 parent ea2a688 commit 22dc961

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@
99

1010
This repository holds a curated list of Python scripts which aim to help us automate daily and common tasks. You can pick up any of these scripts on demand to help you with the automation of your common routine tasks. All the scripts in this repository can be found under the `scripts` directory and have been contributed by our generous contributors.
1111

12+
## Install any script using gpscript command
13+
14+
First of all install gpscript
15+
```
16+
git clone https://github.com/ujjwalkar0/gpscript
17+
18+
cd gpscript
19+
20+
python setup.py install
21+
22+
```
23+
List of all script (Only those packages are in packages.json will shown here.)
24+
25+
```
26+
gpscript list
27+
```
28+
Install a script
29+
```
30+
gpscript install <package_name>
31+
```
32+
33+
1234
## How to contribute
1335

1436
Our repository accepts all kinds of contributions. Before making a contribution please make sure you have gone through our [contributing guidelines](https://github.com/GDSC-RCCIIT/General-Purpose-Scripts/blob/main/.github/CONTRIBUTING.md).

0 commit comments

Comments
 (0)