From f2d25641ac19e4f29f90b142cf0f96d1466fcaad Mon Sep 17 00:00:00 2001 From: Max Woldenberg Date: Mon, 1 Jun 2020 23:23:24 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 2 ++ README.rst | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000000..ef457cede4 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "\"echo\"" \ No newline at end of file diff --git a/README.rst b/README.rst index 02654954e6..8c4d88b28b 100644 --- a/README.rst +++ b/README.rst @@ -135,3 +135,4 @@ Feel free to ask questions on the `mailing list