# NPM Quickstart

Begin by installing the node module with this command:

`npm install neural-network-node`

Now that you have it installed, in your main file, add this following code to import the project.

```
const NeuralNetwork = require('neural-network-node')
```
