Skip to content

Commit

Permalink
Add PySide2 to setup.py under view key (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Widener authored and jminor committed Jul 24, 2018
1 parent aae64de commit 1fa2bed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -178,6 +178,8 @@ PEP8: https://www.python.org/dev/peps/pep-0008/

You can install development dependencies with `pip install -e .[dev]`

You can also install the PySide2 dependency with `pip install -e .[view]`

Contact
-------

Expand Down
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -195,6 +195,9 @@ def test_otio():
'dev': [
'flake8==3.5',
'coverage==4.5',
],
'view': [
'PySide2==5.11'
]
},

Expand Down

0 comments on commit 1fa2bed

Please sign in to comment.