From 97ea9c4801919c955925977d01330b5b0c95c472 Mon Sep 17 00:00:00 2001 From: STocidlowski <100541507+STocidlowski@users.noreply.github.com> Date: Wed, 24 Aug 2022 12:30:33 -0400 Subject: [PATCH] Update README.md Change quote characters, could not install on windows due to unicode errors in this file. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e460068..3ca6bef 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Orginal version by [chokkan](https://github.com/chokkan/simstring). New version Windows/Anaconda/VisualStudio specific steps: -1. Make sure that iconv is available to your desired conda environment: `conda install -c conda-forge libiconv` -2. Then, open a Visual Studio Developer Prompt (e.g. “VS 2015 x64 Developer Command Prompt” or “VS 2015 x86 Developer Command Prompt”) -3. Now you can any of these commands to build or install: `python setup.py build && python setup.py install` -4. **NOTE**: If there is a failure that `rc.exe` cannot be found, add the appropriate WindowKits binary path to `PATH`. More info on this [here](https://stackoverflow.com/questions/14372706/visual-studio-cant-build-due-to-rc-exe). +1. Make sure that iconv is available to your desired conda environment: 'conda install -c conda-forge libiconv' +2. Then, open a Visual Studio Developer Prompt (e.g. "VS 2015 x64 Developer Command Prompt" or "VS 2015 x86 Developer Command Prompt") +3. Now you can any of these commands to build or install: 'python setup.py build && python setup.py install' +4. **NOTE**: If there is a failure that 'rc.exe' cannot be found, add the appropriate WindowKits binary path to 'PATH'. More info on this [here](https://stackoverflow.com/questions/14372706/visual-studio-cant-build-due-to-rc-exe).