Documentation

1A. Setting up the enviroment


Before you can start using NETLINE, you need to set up Python. You can download Python from the official website: here

1B. Installing NETLINE


After you have set up Python, you can download stable releases of NETLINE from the download page. After downloading the package and extracting it, you can place your files in the NETLINEstable folder, The actual scripts can be found in the NETLINE folder.

1C. Using NETLINE as an library


To use NETLINE as an library, in your script, add "from netline import *". This will import everything NETLINE has to offer.

1D. Using NETLINE as an command line client


To use NETLINE as an CM client, go into NETLINEstable/NETLINE. In the folder you will find an cli.py file. Run that to use as command line