-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from ganeshhubale/fix-table
Fixed table print issue
- Loading branch information
Showing
7 changed files
with
54 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,22 @@ | ||
# Steps to contribute: | ||
# Steps to contribute: | ||
* Fork this project on your GitHub account | ||
|
||
* Create virtual environment on your local machine | ||
```nashorn js | ||
$ python3 -m venv env | ||
``` | ||
* Activate virtual environment | ||
``` | ||
* Activate virtual environment | ||
```nashorn js | ||
$ source env/bin/activate | ||
``` | ||
* Make a local directory | ||
|
||
* Clone project in your directory | ||
```nashorn js | ||
$ git clone https://github.com/paint-it/pygenpass.git | ||
``` | ||
|
||
* Update with your changes and install project locally using **setup.py** file | ||
```nashorn js | ||
$ python3 setup.py install | ||
``` | ||
* After successful installation; try **pygenpass** command | ||
* After successful installation; try **pygenpass** command | ||
* Commit this changes and make a PR | ||
* Be a part of **PyGenpass!!!** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters