This repository contains a step-by-step tutorial how to use nlScript (https://github.com/nlScript/nlScript-python)
Please find an accompanying website at https://nlScript.github.io/nlScript-java.
nlScript is also available in other languages, see https://github.com/orgs/nlScript/repositories
-
Install Python 3.x (including pip and venv)
-
Optional: create a virtual environment:
cd path/to/this/repository-folder python -m venv env
-
If you created a virtual environment, activate it. On Windows, using Git Bash, e.g.
source env/Scripts/activate
-
Install the dependencies:
python -m pip install --upgrade requests pillow matplotlib nlScript
-
Run the individual tutorial files, e.g.
python tutorial01.py
This project is licensed under the GPL-3.0 License - see the LICENSE.txt file for details.
nlScript-tutorial-python depends on the following libraries, which are licensed as follows:
-
PySide2 License: LGPL URL: https://pypi.org/project/PySide2/
-
requests License: Apache 2.0 URL: https://pypi.org/project/requests/ Copyright by Kenneth Reitz
-
pillow License: Historical Permission Notice and Disclaimer (HPND) URL: https://pypi.org/project/pillow/ Copyright by Jeffrey A. Clark and contributors