whoogle-search/.replit
Spike f4eca3711b
Allow for free deployment to Repl.it (#114)
* Update README.md with instructions for deploying via Repl.it

* Create .replit
2020-08-11 23:06:16 -06:00

3 lines
70 B
Plaintext

language = "python3"
run = "pip install -r requirements.txt && ./run"