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:
authorRock Storm <rockstorm@gmx.com>2022-03-13 15:30:02 +0300
committerGitHub <noreply@github.com>2022-03-13 15:30:02 +0300
commit215f4d868a7da5273acba55c50e12d03cac3bc21 (patch)
tree87d5300a4aed04cfa6eaf89b6c6b749c33b54392
parentd62b2567a8f93b7fbfe76057e94b845b29dafba8 (diff)
parent844de6496f11a3fa7c565679d3fe77736be2daef (diff)
Merge pull request #1232 from senthil4321/master
Update README Windows Running from source
-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
```