From 1ea48108a9693b25358759419c5044159005964b Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Thu, 25 Oct 2018 20:09:48 +0300 Subject: [PATCH 1/2] add try-in-browser button to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 ------------ From 21d53570f39c4063b1eb95805502e4aa0958c6e5 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Thu, 25 Oct 2018 20:15:23 +0300 Subject: [PATCH 2/2] add try-in-browser button to docs --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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! ---------------------