Local Installation
- Prerequisites:
Python 3.9 or higher
- Clone the repository
git clone https://git.rwth-aachen.de/linsherpa/ms_converter.git
- Create a python virtual environment and activate it. Tips to create a python vitrual environment
python3 -m venv <your desired virtual environment name>
- Activate the environment
source <path to your desired virtual environment name>/bin/activate
- Install necessary requirements
pip install -r requirements.txt
- Run the main file
rest_api.py
:
python rest_api.py
or
flask --app rest_api.py run
- The URL will be available on
http://localhost:5000/api-docs#