(installation)= # Installation To install the _elements-http-upload_ package, we recommend that you install it from PyPi via ```bash pip install elements-http-upload ``` Or install it directly from [the source code repository on Gitlab][source code repository] via: ```bash pip install git+https://codebase.helmholtz.cloud/hcdc/elements/elements-http-upload.git ``` The latter should however only be done if you want to access the development versions. [source code repository]: https://codebase.helmholtz.cloud/hcdc/elements/elements-http-upload (install-develop)= ## Installation for development Please head over to our {ref}`contributing guide ` for installation instruction for development.