Skip to content

Installation

Run without installing

Note: you don't have to install the app to use it.

You can just run the latest stable version with:

  • Docker:
    docker run -it -v $(pwd):/config ghcr.io/gitlabform/gitlabform:latest gitlabform
    
  • pipx:
    pipx run gitlabform
    

Similarly, you can run the latest 3.* version with:

  • Docker:
    docker run -it -v $(pwd):/config ghcr.io/gitlabform/gitlabform:3 gitlabform
    
  • pipx:
    pipx run --spec 'gitlabform>=3,<4' gitlabform
    

See this for all the available Docker tags.

Really install

If you do want to install the app you can do it with:

  • pipx (recommended):
    pipx install gitlabform
    
  • plain pip:
    pip3 install gitlabform