diff --git a/README.md b/README.md index 5f467cb7..3b5b1efb 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ The problems that Pipenv seeks to solve are multi-faceted: - Give you insight into your dependency graph (e.g. `$ pipenv graph`). - Streamline development workflow by loading `.env` files. +You can quickly play with Pipenv right in your browser: + +[![Try in browser](https://cdn.rawgit.com/rootnroll/library/assets/try.svg)](https://rootnroll.com/d/pipenv/) + Installation ------------ diff --git a/docs/index.rst b/docs/index.rst index c712464e..b6822409 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,6 +39,12 @@ The problems that Pipenv seeks to solve are multi-faceted: - Give you insight into your dependency graph (e.g. ``$ pipenv graph``). - Streamline development workflow by loading ``.env`` files. +You can quickly play with Pipenv right in your browser: + +.. image:: https://cdn.rawgit.com/rootnroll/library/assets/try.svg + :target: https://rootnroll.com/d/pipenv/ + :alt: Try in browser + Install Pipenv Today! ---------------------