pipenv open <module>
View a given module in your editor
Arguments
| Name | Description | 
|---|---|
| module | 
Options
| Name | Description | 
|---|---|
| --python | Specify which version of Python virtualenv should use | 
| --three | Use Python 3 when creating virtualenv | 
| --two | Use Python 2 when creating virtualenv | 
| --clear | Clears caches (pipenv, pip, and pip-tools) | 
| -v, --verbose | Verbose mode | 
| --pypi-mirror | If you would like to override the default PyPI index URLs with the URL for a PyPI mirror |