File: oneclick_instruction_box.md

package info (click to toggle)
azure-kusto-python 5.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,704 kB
  • sloc: python: 10,633; sh: 13; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 784 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Prerequisites

1. Set up Python version 3.8 or higher on your machine. For instructions, consult a Python environment setup tutorial, like [this](https://www.tutorialspoint.com/python/python_environment.htm).

### Instructions

1. Download the **DOWNLOAD_LINK** as a ZIP file.
1. Extract the app source code.
1. Open a command line window and navigate to the folder where you extracted the script.
1. Run `python -m pip install -r requirements.txt`. If upgrading, append ` --upgrade`.
1. Run `python sample_app.py`. It will already be configured to your cluster and source.

### Troubleshooting

* If you are having trouble running the script from your IDE, first check if the script runs from command line, then consult the troubleshooting references of your IDE.