Skip to content

Commit

Permalink
Refactored code for directory changes (#30)
Browse files Browse the repository at this point in the history
* removed unwanted comments and unused code

* Resource directory improved

* fixed directory issues

* fixed dir issues, refactored a bit

* refresh pacakge working

* removed the version from readme

* some logging statements added

Co-authored-by: Ubaid Usmani <usmaniubaid@gail.com>
  • Loading branch information
Geek-ubaid and Ubaid Usmani authored Jun 14, 2020
1 parent 93a1063 commit 133a192
Show file tree
Hide file tree
Showing 36 changed files with 340 additions and 223 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pipgui/test/*
.vscode
bin

__pycache__
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include pipgui/Resource_Files/*
Exclude pipgui/Test/*
Exclude pipgui/UI_files/*
33 changes: 24 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,37 @@
<br>


## Instructions to run
## Instructions to Install package

* Pre-requisites:
- Python version > 3
- Python version >=3.4

* Install the package using
```bash
pip install pipgui==1.1
```
```bash
pip install pipgui
```

* Directions to run the package
- Type the following command in the terminal
```bash
pipgui
```

```bash
pipgui
```

## Running package locally

* Pre-requisities
- Python (>=3.4)

* Install the package locally by using the following commands
``` bash
git clone https://github.com/GDGVIT/pip-gui.git
cd pipgui
pip install -e .
```
* Type the following commmand to run the application
``` bash
pipgui
```
<br>

## Contributors
Expand Down
Loading

0 comments on commit 133a192

Please sign in to comment.