Skip to main content

Local Installation

  1. Prerequisites: Python 3.9 or higher
  2. Clone the repository git clone https://git.rwth-aachen.de/linsherpa/ms_converter.git
  3. Create a python virtual environment and activate it. Tips to create a python vitrual environment
python3 -m venv <your desired virtual environment name>
  1. Activate the environment
source <path to your desired virtual environment name>/bin/activate
  1. Install necessary requirements pip install -r requirements.txt
  2. Run the main file rest_api.py :
python rest_api.py

or

 flask --app rest_api.py run
  1. The URL will be available on http://localhost:5000/api-docs#