Skip to content

Commit

Permalink
add spyder to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hobs committed Oct 28, 2019
1 parent 4dcda13 commit 342c434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Some of us prefer Sublime Text 3 to the open source IDEs like Atom and VSCode. I

### Step 2. Install an Editor

You can skip this step if you are happy using `jupyter notebook` or `VSCode` or the editor built into Anaconda3.
You can skip this step if you are happy using `jupyter notebook` or `VSCode` or `Spyder` (built into Anaconda).

I like [Sublime Text](https://www.sublimetext.com/3).
It's a lot cleaner and more mature than the alternatives.
Expand Down Expand Up @@ -145,7 +145,7 @@ Linux-based OSes like Ubuntu and OSX come with C++ compilers built-in, so you ma
But if you're on Windows and you want to install packages, like `python-levenshtein` that need compiled C++ libraries, you'll need a compiler.
Fortunately Microsoft still lets you [download a compiler for free](https://wiki.python.org/moin/WindowsCompilers#Microsoft_Visual_C.2B-.2B-_14.0_standalone:_Visual_C.2B-.2B-_Build_Tools_2015_.28x86.2C_x64.2C_ARM.29), just make sure you follow the links to the Visual Studio "Build Tools" and not the entire Visual Studio package.

Once you have a compiler on your OS you can install `nlpia` using pip:
Once you have a C/C++ compiler and the python source code files, you can install `nlpia` using pip:

```bash
cd nlpia # make sure you're in the nlpia directory that contains `setup.py`
Expand Down

0 comments on commit 342c434

Please sign in to comment.