Skip to content

Commit 31530f1

Browse files
authored
Add gpscript package manager details to README.md
I make a package manager by which anyone can install, update or delete any general purpose script using simple gpscript command. In this commit I add all details in README.md
1 parent fa67459 commit 31530f1

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ This repository holds a curated list of Python scripts which aim to help us auto
1111

1212
## Install any script using gpscript command
1313

14-
First of all install gpscript (Only for linux currently)
14+
First of all install gpscript. Write following command(s)
15+
```
16+
pip install gpscript
17+
```
18+
or,
1519
```
1620
git clone https://github.com/ujjwalkar0/gpscript
1721
@@ -30,6 +34,18 @@ Install a script
3034
gpscript install <package_name>
3135
```
3236

37+
List all installed packages...
38+
```
39+
gpscript installed
40+
```
41+
Remove a package...
42+
```
43+
gpscript remove <package_name>
44+
```
45+
Update a package...
46+
```
47+
gpscript update <package_name>
48+
```
3349

3450
## How to contribute
3551

0 commit comments

Comments
 (0)