Skip to content

Commit

Permalink
tag 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krunch3r76 committed Feb 19, 2022
1 parent 64f1658 commit 2deb8c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
(gc_spyu)$ git checkout v0.1.0
(gc_spyu)$ python3 -m venv myvenv # python3.9 or python3.8
(gc_spyu)$ . myvenv/bin/activate
(myvenv)$ pip install -r requirements.txt
Expand All @@ -22,15 +22,14 @@ $ cd gc_spyu
(gc_spyu)$ git fetch
From github.com:krunch3r76/gc_spyu
d87b579..01f72be master -> origin/master
* [new tag] v0.0.8 -> v0.0.8
* [new tag] v0.0.9 -> v0.0.9
* [new tag] v0.0.9 -> v0.1.0
```

# upgrade installation to latest tag, removing current installation
```bash
(gc_spyu)$ git clean -dfx
(gc_spyu)$ git pull
(gc_spyu)$ git checkout v0.0.9
(gc_spyu)$ git checkout v0.1.0
```

# DEMO
Expand Down

0 comments on commit 2deb8c4

Please sign in to comment.