Skip to content

Commit

Permalink
Readme update for PyYaml install issue windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksahn committed Sep 22, 2015
1 parent fc6e5b5 commit 7f3d85d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ publishing.
* Copy build_config.example.yml to the top-level directory of your mod
* Remove the ".example" from its name and fill in your own configuration details
* Run `conda env create` in the se_mod_builder dir
* If PyYaml fails to install:
* Download the relevant installer from [pypi](https://pypi.python.org/pypi/PyYAML).
* Run the installer
* Copy the install files from `..\Miniconda\Lib\site-packages` to `..\Miniconda\envs\se_mod_builder\Lib\site-packages`
* `conda env update`

## Usage
```
Expand Down

0 comments on commit 7f3d85d

Please sign in to comment.