0% found this document useful (0 votes)
205 views

Midas Civil API

The document provides instructions for installing Python and setting up a code editor for using the midas Civil API. It recommends downloading and installing Python from the official Python website and selecting the installer for the user's operating system. It also recommends downloading and installing Visual Studio Code (VS Code) as the code editor from its official website. Finally, it instructs users to install the Request module in Python, which is necessary to control the MIDAS/Civil API, by opening a terminal window in VS Code and running the py -3 -m pip install requests command.

Uploaded by

s_shekhar15
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
205 views

Midas Civil API

The document provides instructions for installing Python and setting up a code editor for using the midas Civil API. It recommends downloading and installing Python from the official Python website and selecting the installer for the user's operating system. It also recommends downloading and installing Visual Studio Code (VS Code) as the code editor from its official website. Finally, it instructs users to install the Request module in Python, which is necessary to control the MIDAS/Civil API, by opening a terminal window in VS Code and running the py -3 -m pip install requests command.

Uploaded by

s_shekhar15
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

MIDAS

CIVIL
API 2023 Edition

Installation and using API in midas Civil

API Installation
API Documentation midas Civil API ▶ Installing Python

Installing Python

Python Installer Download

Download file from the Python official website.


https://www.python.org/

Python Website

1. Click on the Download tab


2. Click on Download Python 3.11.2

Note:- Version may change with the updates.


You can find various OS installers besides windows also

2 www.midasUser.com
API Documentation midas Civil API ▶ Installing Python

Installing Python

Install Python

Install Python

Python Installer

1. Run the installer


2. Click on Install Now button

3 www.midasUser.com
API Documentation midas Civil API ▶ Setting up Code editor

Setting up Code Editor


Download VS Code
Download and install file from the VS Code official website.
https://code.visualstudio.com/

VS Code website
1. Click on the download link
Note:- You can find various OS installers besides windows also

Install VS Code
Run the installer file as administrator.

VS Code installation

4 www.midasUser.com
API Documentation midas Civil API ▶ Setting up Code editor

Setting up Code Editor


Install additional modules
You can control MIDAS/Civil API only when installing the Request Module in Python.
The Request Module can be installed as follows :

Install Request Module (Visual Studio Code)

1. When you cannot see the under a terminal window, use Menu-Terminal-New Terminal, then
run the Terminal window. Copy and Paste under the text, and press the Enter key.

1 py -3 -m pip install requests

Complete Request Module installation

5 www.midasUser.com

You might also like