Github Repository

For Python

To install pyNCbat for python, follow the steps below.

  1. Make sure you are using a recent version of pip.
    • To upgrade, run the following command.
      pip install --upgrade pip
  2. Then run the following command.
    pip install pyNCbat

From Source

To install pyNCbat from source, follow the steps below.

  1. Clone the project repository by running the following command.
    git clone https://github.com/alexiom/pyNCbat
  2. Then run the following command from inside the cloned folder.
    pip install .