Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 319 Bytes

installation.rst

File metadata and controls

15 lines (8 loc) · 319 Bytes

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.