Skip to content

nlScript/nlScript-tutorial-python

Repository files navigation

nlScript tutorial

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

Running the examples

  • 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

License

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:

About

Step-by-step Python tutorial for nlScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages