Installation

Stable release

To install Fanuc Remote Buffer Interface, run this command in your terminal:

$ pip install fanuc_remote_buffer

This is the preferred method to install Fanuc Remote Buffer Interface, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Fanuc Remote Buffer Interface can be downloaded from the GitLab repo.

You can either clone the public repository:

$ git clone git://gitlab.com/tanelikaivola/fanuc_remote_buffer

Or download the tarball:

$ curl  -OL https://gitlab.com/tanelikaivola/fanuc_remote_buffer/tarball/master
(TODO check)

Once you have a copy of the source, you can install it with:

$ python setup.py install