Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Rename GUI extra to gui (Fix #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Jun 10, 2018
1 parent 238cd7b commit 9f5316b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ mymc+ is available on [PyPI](https://pypi.org/project/mymcplus/).
You can install it, including the GUI, using pip:

```
pip install mymcplus[GUI]
pip install mymcplus[gui]
```

If you only wish to install the command line interface, simple omit the
GUI extra:
If you only wish to install the command line interface, simply omit the
gui extra:

```
pip install mymcplus
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
python_requires=">=3.4",
install_requires=[],
extras_require={
"GUI": ["wxPython", "pyopengl"]
"gui": ["wxPython", "pyopengl"]
}
)

0 comments on commit 9f5316b

Please sign in to comment.