Getting Started

To get a local copy up and running follow these simple steps

Requirements

  • Python >= 3.6

Installation

Open a terminal and copy the following command lines.

  1. Clone the repository

    git clone https://sourcesup.renater.fr/anonscm/git/medanalysis/medanalysis.git
    
  2. Install the required packages

    pip install numpy argparse pyaml pandas
    pip install Gooey #For graphical interface
    
  3. Install software

    python setup.py install #On gnu-linux |MacOs Systems
    python setup.py install --user #On windows Sytems
    
or
pip install .