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:
authorsiorai <paul@dancesafe.org>2018-09-12 10:51:59 +0300
committersiorai <paul@dancesafe.org>2018-09-12 10:51:59 +0300
commiteb1b4ee54f93523eb1064dd2546dfc26bb7a3437 (patch)
treea8e0597b38d5f66dfb2703e01aca028122d323c3 /README.md
parent71e44764d829f7c0022d2678890e3a94d7dfa310 (diff)
Updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f84429..b358a70 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,7 @@ The following section assumes Linux. Please see specific instructions for Window
```console
$ git clone https://github.com/kliment/Printrun.git # clone the repository
+$ cd Printrun # change to Printrun directory
$ python3 -m venv venv # create an virtual environment
$ . venv/bin/activate # activate the virtual environment (notice the space after the dot)
(venv) $ python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/fedora-27/wxPython-4.0.1-cp36-cp36m-linux_x86_64.whl # replace the link with yours