-
Fork it!
-
Create your feature branch:
git checkout -b feature/my-feature
-
Commit your changes:
git commit -am 'Add some feature'
-
Push to the branch:
git push origin my-new-feature
-
Submit a pull request
- As a prerequisite, this extension must be installed in a legitimate way.
- Set the environment variables used during development and describe them in the
.env
file.# modify it to suit your environment PYTHONPATH=/usr/lib/python3/dist-packages PYTHON3=/usr/bin/python3
- Launch Ulauncher for development.
make start
- Run main.py in this repository with environment variables.
Environment variables depend on the environment, so modify them accordingly.
make dev
The Ulauncher service has been stopped, so restart it.
make restart-service