diff --git a/.replit b/.replit index 6e7a0f4a86f59801225cfd87276c4bf162ba529a..4536ff20d7e9bc846af3c255c6c2ae8646597cf3 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 8347b2a6ecc53b2f80162ee660e2e1a96522f32e..87c37ecfe3caafd56a8baf778446dc14e02856cb 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 --------------------