Installation
For Python
To install pyNCbat
for python, follow the steps below.
-
Make sure you are using a recent version of
pip
.-
To upgrade, run the following command.
pip install --upgrade pip
-
To upgrade, run the following command.
-
Then run the following command.
pip install pyNCbat
From Source
To install pyNCbat
from source, follow the steps below.
-
Clone the project repository by running the following command.
git clone https://github.com/alexiom/pyNCbat
-
Then run the following command from inside the cloned folder.
pip install .