diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-30 20:23:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-30 20:23:54 +0200 |
| commit | 22735b5dcb3503b5575d77bb066159f623e60f9e (patch) | |
| tree | 2fea3c14b71a4844a79f6fe1befea5e8e1e3d380 | |
| parent | 7af3095f47758010726b9bfba02f40847a02e5a3 (diff) | |
readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # cortex -### requirements +### Requirements * Node.js 6+ * MySQL * Python 2.7 * Tensorflow 1.2 -### installation +### Installation ``` npm install @@ -15,7 +15,7 @@ npm install knex -g knex migrate:latest ``` -### running the server +### Running the server ``` npm start |
