Skip to content
Snippets Groups Projects
Select Git revision
  • 192f8b4a102d992ef1faf65a176cc5bb711cd135
  • master default protected
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
  • v0.1.0
7 results

develop-install.rst

Blame
  • develop-install.rst 874 B

    Developer install

    To install a developer version of dicom_upload, you will first need to clone the repository:

    git clone https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload.git
    cd dicom-upload

    Next, install it with a develop install using pip:

    pip install -e .

    If you are planning on working on the JS/frontend code, you should also do a link installation of the extension:

    jupyter nbextension install [--sys-prefix / --user / --system] --symlink --py dicom_upload
    
    jupyter nbextension enable [--sys-prefix / --user / --system] --py dicom_upload

    with the appropriate flag. Or, if you are using Jupyterlab:

    jupyter labextension install .