Skip to content

Commit

Permalink
refs #7 : remove - node package dependencies
Browse files Browse the repository at this point in the history
 * add - Troubleshoot section on README.md
  • Loading branch information
inureyes committed Jan 13, 2017
1 parent 85211e3 commit ce47a4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ Languages (to be ready soon)
* Caffe
* Keras
* C++ (via gcc)

Troubleshooting
===============

1. My language is not recognized
* Make sure that language name of your code is correctly recognized by ATOM. You can see the grammar of current editor at the right side of bottom bar. If your language is not supported by ATOM, please install language support packages. For instance, install `language-r` package to add R language support.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"language-r": ">=0.4.0",
"language-haskell": ">=1.10.0",
"language-julia": ">=0.10.0"
}
}

0 comments on commit ce47a4a

Please sign in to comment.