From de8fed90c2086f4398bab8519d638a6928596368 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 28 Mar 2018 15:10:16 +0900 Subject: [PATCH] - Fixed md formatting typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d70972..06367dc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ An experimental dashboard showing live data and statistics from the ZMQ of one o :warning: Make sure no zmq python3 scripts are running. They block the update. -`python +```python + virtualenv -p python3 DASHENV Already using interpreter /usr/bin/python3 Using base prefix '/usr' @@ -35,7 +35,7 @@ Traceback (most recent call last): File "/usr/lib/python3.5/shutil.py", line 115, in copyfile with open(dst, 'wb') as fdst: OSError: [Errno 26] Text file busy: '/home/steve/code/misp-dashboard/DASHENV/bin/python3' -` +``` # Starting the System