}

Articles tagged "github"

11 min readBeginner

GitHub CLI (gh) Tutorial 2026: Replace Your Browser Workflow from the Terminal

Complete GitHub CLI (gh) tutorial 2026: manage issues, create and review PRs, trigger GitHub Actions, create releases, build custom aliases, and use gh in CI/CD scripts — full developer workflow from the terminal.

1 min readIntermediate

Install pip Dependency from GitHub in setup.py

Steps to install a python dependency from git in the setup.py using dependency_links. Make sure the user is using this format: git+https://github.com/user/repo.git#egg=project_name . Check here for more details.