InstallationΒΆ

To install NeuralXC using pip, navigate into the root directory of the repository and run:

sh install.sh

So far, NeuralXC has only been tested on Linux and Mac OS X.

To check the integrity of your installation, you can run unit tests with:

pytest -v

in the root directory.