Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manav-harsana authored Sep 20, 2023
1 parent 87e0cd5 commit ddce21e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ smpkg is a script entirely written in python which provides a GNU/Linux Package
## Why Smpkg?
Smpkg directly fetches downloads for the desired app present in the repository eliminating searching for apps on the web.

## Installation
The package is portable but a few dependencies are required:
- python 3.10+
- pip
- shutil
- requests
- subprocess
- termcolor
- tqdm

In Terminal Run:
```
pip install shutil requests tqdm termcolor
git clone https://github.com/manav-harsana/smpkg.git
# or download zip file manually
cd smpkg
python .\smpkg.py
```

## Todo (WIP)

| Features | Progress|
Expand Down

0 comments on commit ddce21e

Please sign in to comment.