Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fthaltun committed Apr 24, 2023
1 parent 705307c commit f00ca90
Showing 1 changed file with 31 additions and 21 deletions.
52 changes: 31 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,37 @@ Pardus Package Installer is a application for install, uninstall or view deb pac

It is currently a work in progress. Maintenance is done by <a href="https://www.pardus.org.tr/">Pardus</a> team.

## Dependencies:

* This application is developed based on Python3 and GTK+ 3. Dependencies:
- ```gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 python3-apt```

## Run Application from Source

* Install dependencies :
* ```gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 python3-apt```
* Clone the repository :
* ```git clone https://github.com/pardus/pardus-package-installer.git ~/pardus-package-installer```
* Run application :
* ```python3 ~/pardus-package-installer/src/main.py```

## Build deb package

* `sudo apt install devscripts git-buildpackage`
* `sudo mk-build-deps -ir`
* `gbp buildpackage --git-export-dir=/tmp/build/pardus-package-installer -us -uc`

## Screenshots
## **Dependencies**

This application is developed based on Python3 and GTK+ 3. Dependencies:
```bash
gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 python3-apt
```

### **Run Application from Source**

Install dependencies
```bash
gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-notify-0.7 python3-apt
```
Clone the repository
```bash
git clone https://github.com/pardus/pardus-package-installer.git ~/pardus-package-installer
```
Run application
```bash
python3 ~/pardus-package-installer/src/Main.py
```

### **Build deb package**

```bash
sudo apt install devscripts git-buildpackage
sudo mk-build-deps -ir
gbp buildpackage --git-export-dir=/tmp/build/pardus-package-installer -us -uc
```

### **Screenshots**

![Pardus Package Installer 1](screenshots/pardus-package-installer-1.png)

Expand Down

0 comments on commit f00ca90

Please sign in to comment.