From 2321b058bcff861e178514ce19e9054e4d8c4b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?krunch3r=20=E2=80=A0KJM=E2=80=A0?= <46289600+krunch3r76@users.noreply.github.com> Date: Fri, 18 Feb 2022 22:55:17 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3006c65..03c3e3f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For a listing of providers to inspect, visit https://stats.golem.network or invo ```bash $ git clone https://github.com/krunch3r76/gc_spyu.git $ cd gc_spyu -(gc_spyu)$ git checkout v0.0.6 +(gc_spyu)$ git checkout v0.0.7 (gc_spyu)$ python3 -m venv myvenv # python3.9 or python3.8 (gc_spyu)$ . myvenv/bin/activate (myvenv)$ pip install -r requirements.txt