From 5f70b3ffbbbb4060f1a00882759b6cf9626e593a Mon Sep 17 00:00:00 2001 From: decarcamo Date: Wed, 3 Jun 2020 03:14:21 +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.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..44c7eb5 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "\"poop\"" \ No newline at end of file diff --git a/README.md b/README.md index 3da7ec4..aa88544 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,4 @@ python run.py * Implement Sortino Ratio like a new analyzer on Backtrader: https://backtest-rookies.com/2017/11/08/backtrader-creating-analyzers/ * pep8 linter(flake8) * codecov +[![Run on Repl.it](https://repl.it/badge/github/Python-para-Trading/wrapper-backtrader)](https://repl.it/github/Python-para-Trading/wrapper-backtrader) \ No newline at end of file