- Fork this project on your GitHub account
- Create virtual environment on your local machine
$ python3 -m venv env
- Activate virtual environment
$ source env/bin/activate
- Make a local directory
- Clone project in your directory
$ git clone https://github.com/paint-it/pygenpass.git
- Update with your changes and install project locally using setup.py file
$ python3 setup.py install
- After successful installation; try pygenpass command
- Commit this changes and make a PR
- Be a part of PyGenpass!!!