aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Python 3.6Adam Spiers2022-06-211-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 slightlyAdam Spiers2021-04-031-9/+12
|
* Update INSTALL.md for Python 3.x (#98)Adam Spiers2021-04-031-6/+43
| | | | Fixes #98.
* Docker-based installation is now fixedAdam Spiers2018-05-301-6/+0
|
* solve problem of pip installing wrong pygit2 versionAdam Spiers2018-05-231-1/+5
| | | | | Use workaround from @paulwellnerbou as per https://github.com/paulwellnerbou/git-deps-docker/issues/2#issuecomment-391388657
* add more clarity to installation instructionsAdam Spiers2018-05-161-10/+17
|
* move URL handler setup to INSTALL.mdAdam Spiers2018-05-161-0/+30
| | | | Also slightly beef up usage instructions for the web UI.
* Javascript library installation should be taken care of by pip1.0.0rc2Adam Spiers2018-05-161-7/+11
|
* check execution of git-deps first for safetyAdam Spiers2018-05-161-1/+1
|
* INSTALL.md: add warnings about libgit2 / pygit2 version combosAdam Spiers2018-05-161-2/+11
|
* INSTALL.md: acknowledge that Docker install needs updatingAdam Spiers2018-05-161-0/+6
|
* INSTALL.md: acknowledge other ways to install JS librariesAdam Spiers2018-05-161-0/+6
|
* INSTALL.md: don't pretend everyone uses LinuxAdam Spiers2018-05-161-2/+8
|
* INSTALL.md: add blank lines for clarity when reading sourceAdam Spiers2018-05-161-0/+2
|
* Travis only has libgit2 0.24.0 so we need to relax requirementsAdam Spiers2018-05-151-1/+1
|
* convert into a proper Python moduleAdam Spiers2018-05-151-0/+81
Sem-Ver: api-break