Skip to content

Installation

mdifilippo edited this page Mar 8, 2021 · 2 revisions
  • Install Python (from release version 3.0 on)

  • Install external libraries through the following commands:

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

Clone this wiki locally