Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop support for Python 3.6 | Adam Spiers | 2022-06-21 | 1 | -3/+2 |
| | | | | | | | | | | These days pygit2 requires Python >= 3.7: https://pypi.org/project/pygit2/ So reluctantly drop support for 3.6. If anyone can figure out a way of bringing it back (e.g. via using old versions of pygit2 where necessary), we could consider doing that. | ||||
* | Improve HTML installation instructions slightly | Adam Spiers | 2021-04-03 | 1 | -9/+12 |
| | |||||
* | Update INSTALL.md for Python 3.x (#98) | Adam Spiers | 2021-04-03 | 1 | -6/+43 |
| | | | | Fixes #98. | ||||
* | Docker-based installation is now fixed | Adam Spiers | 2018-05-30 | 1 | -6/+0 |
| | |||||
* | solve problem of pip installing wrong pygit2 version | Adam Spiers | 2018-05-23 | 1 | -1/+5 |
| | | | | | Use workaround from @paulwellnerbou as per https://github.com/paulwellnerbou/git-deps-docker/issues/2#issuecomment-391388657 | ||||
* | add more clarity to installation instructions | Adam Spiers | 2018-05-16 | 1 | -10/+17 |
| | |||||
* | move URL handler setup to INSTALL.md | Adam Spiers | 2018-05-16 | 1 | -0/+30 |
| | | | | Also slightly beef up usage instructions for the web UI. | ||||
* | Javascript library installation should be taken care of by pip1.0.0rc2 | Adam Spiers | 2018-05-16 | 1 | -7/+11 |
| | |||||
* | check execution of git-deps first for safety | Adam Spiers | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | INSTALL.md: add warnings about libgit2 / pygit2 version combos | Adam Spiers | 2018-05-16 | 1 | -2/+11 |
| | |||||
* | INSTALL.md: acknowledge that Docker install needs updating | Adam Spiers | 2018-05-16 | 1 | -0/+6 |
| | |||||
* | INSTALL.md: acknowledge other ways to install JS libraries | Adam Spiers | 2018-05-16 | 1 | -0/+6 |
| | |||||
* | INSTALL.md: don't pretend everyone uses Linux | Adam Spiers | 2018-05-16 | 1 | -2/+8 |
| | |||||
* | INSTALL.md: add blank lines for clarity when reading source | Adam Spiers | 2018-05-16 | 1 | -0/+2 |
| | |||||
* | Travis only has libgit2 0.24.0 so we need to relax requirements | Adam Spiers | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | convert into a proper Python module | Adam Spiers | 2018-05-15 | 1 | -0/+81 |
Sem-Ver: api-break |