Skip to content

Commit

Permalink
Merge pull request pypa#3100 from psviderski/try-in-browser
Browse files Browse the repository at this point in the history
Add try-in-browser button to launch Pipenv playground (README and docs)
  • Loading branch information
kennethreitz authored Oct 25, 2018
2 parents 722d676 + 21d5357 commit e8bf34b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!
---------------------
Expand Down

0 comments on commit e8bf34b

Please sign in to comment.