Installation
Prerequisites
This installation guide assumes that you have Python 3.6 or higher and pip installed on your system.
Command Line Interface (CLI)​
Install the CLI from pip:
pip install lucidtech-las-cli
Verify the installation:
las --help
Python installation for Windows​
An easy way to get Python installed and added to your PATH variable on Windows is by using Scoop.
Open PowerShell and follow Scoop installation instruction:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex
Install Python and pip:
scoop install python
Install the CLI from pip:
pip install lucidtech-las-cli
Python SDK​
Install our Python SDK from pip:
pip install lucidtech-las
To verify the installation:
python -c 'from las import Client'
Postman​
You can find the Open API specification file in JSON or YAML
Other SDKs​
We also have SDK's in Java, JavaScript and .NET. See references section for detailed use of every SDK