Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 62a4b01..d5c575d 100644
--- a/README.md
+++ b/README.md
@@ -156,6 +156,7 @@ Download and install [Python 3.6](https://www.python.org/downloads/) and follow
> py -3 -m venv venv
> venv\Scripts\activate
> python -m pip install -r requirements.txt
+> python pronterface.py
```