From 72ce1d09809defb90e05c2fd67ccf2e10e5d6a68 Mon Sep 17 00:00:00 2001 From: Holger Nahrstaedt <holgernahrstaedt@gmx.de> Date: Thu, 4 Jun 2020 23:55:40 +0200 Subject: [PATCH] Fix install for repl.it --- .replit | 2 +- README.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.replit b/.replit index 6e7a0f4a..4536ff20 100644 --- a/.replit +++ b/.replit @@ -1,2 +1,2 @@ language = "python3" -run = "python beem/cli.py" +run = "python setup.py install && python beem/cli.py" diff --git a/README.rst b/README.rst index 8347b2a6..87c37ecf 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,7 @@ The library name is derived from a beam machine, similar to the analogy between .. image:: https://repl.it/badge/github/holgern/beem :target: https://repl.it/github/holgern/beem + :alt: Run on Repl.it Current build status -------------------- -- GitLab