Skip to content

Installation

mdifilippo edited this page Jul 26, 2024 · 1 revision
  • Install Python (from release version 3.0 on)

  • Activate the environment including all the necessary libraries to run the dashboard through the following command:

    • for conda users: conda create --name myenv --file dashboardEnv.txt
    • for all other users: pip install -r dashboardEnv.txt
  • Using terminal, navigate to the favourite installation directory and run the following Git command: git clone https://github.com/qLSLab/dashboard.git

Clone this wiki locally