forked from chokkan/simstring
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,10 @@ | ||
SimString Python Package | ||
======================== | ||
# SimString Python Package | ||
|
||
Orginal version by `chokkan`_, available `here`_. New version (compiles | ||
under macOS) from | ||
`here <https://github.com/blinkhealth/simstring-python-package>`__. | ||
Orginal version by [chokkan](https://github.com/chokkan/simstring). New version (compiles under macOS) from [here](https://github.com/blinkhealth/simstring-python-package) | ||
|
||
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: | ||
|
||
.. code:: bash | ||
|
||
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>`__. | ||
|
||
.. _chokkan: | ||
.. _here: https://github.com/chokkan/simstring | ||
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). |