diff options
| -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 |
