πQuick start
Installation of the app
Automatic installation
Below are tutorials for downloading and installing the app on various operating systems.
This tutorial is for MEDomicsLab (the parent app) and will be updated soon, but the instructions remain the same. However, please use the following link to download the assets for the MEDimage-app: MEDimage-app release.
Manual installation
To manually download, install, and start using the application, please follow these steps:
Cloning the project
Via SSH (recommended)
Via HTTPS
Installing npm package
Access the cloned folder
Install npm packages
Building go server files
Manually
or automatically, by running the following script
Set up the python environment, by running the following script
Run the following script
This will create a conda environment named med_conda_env and install the required packages.
When developing python code, you may need to install new packages. To do so, you can activate the environment and install any package with pip:
RUN THE APP
Now that the app is live and running, it is time to learn how to use the interface, see you on the next page π
Last updated