Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).