Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni authored Mar 19, 2019
1 parent 706ccb9 commit ff44c49
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Orginal version by [chokkan](), available [here](https://github.com/chokkan/sims

Windows/Anaconda/VisualStudio specific steps:

1. Make sure that iconv is available to your desired conda environment:
* conda install -c conda-forge libiconv
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).
```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).

0 comments on commit ff44c49

Please sign in to comment.