Elukey has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/403613 )

Change subject: README.md: fix virtual env suggestions
......................................................................


README.md: fix virtual env suggestions

Thanks Aimiyoo (GH-1)

Change-Id: I83ddf0b441c90dabcd6845f9bbf9e1504bdbbaca
---
M README.md
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Elukey: Verified; Looks good to me, approved



diff --git a/README.md b/README.md
index 1000b73..9b2c2b8 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,11 @@
 
 The easiest way to run `druid_exporter` is via a virtualenv:
 
+```
   virtualenv .venv
-  .venv/bin/python setup.py
+  .venv/bin/python setup.py install
   .venv/bin/druid_exporter
+```
 
 By default metrics are exposed on TCP port `8000`. Python 2 is not supported.
 

-- 
To view, visit https://gerrit.wikimedia.org/r/403613
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I83ddf0b441c90dabcd6845f9bbf9e1504bdbbaca
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/druid_exporter
Gerrit-Branch: master
Gerrit-Owner: Elukey <ltosc...@wikimedia.org>
Gerrit-Reviewer: Elukey <ltosc...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to