From 0b48f9620ac8e8cae387369495e5c7d03d9c5e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sta=C5=84czak?= Date: Fri, 9 Apr 2021 10:35:09 +0200 Subject: [PATCH] Basic usage notes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4e0fbeb..bdde105 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ # plasmapy-calculator + +Basic usage: + +```bash +>>> pip install python-dotenv +>>> cd Calculator +>>> flask run + * Serving Flask app "main.py" (lazy loading) + * Environment: development + * Debug mode: on + * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) +```