Skip to content

Commit

Permalink
resolve readme merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
krunch3r76 committed Mar 21, 2022
2 parents 1e3af62 + 10f50c5 commit c19c966
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ From github.com:krunch3r76/gc_spyu

# upgrade installation to latest tag, removing current installation
```bash
(gc_spyu)$ git clean -dfx
(gc_spyu)$ git checkout master
(gc_spyu)$ git checkout --hard HEAD
(gc_spyu)$ git pull
(gc_spyu)$ git clean -dfx
(gc_spyu)$ git checkout v0.1.3
```

# DEMO

https://user-images.githubusercontent.com/46289600/152745449-44dd2397-a4ea-41e0-8584-9eddccda1427.mp4
https://user-images.githubusercontent.com/46289600/155652172-654b37b5-7669-4f1c-bb18-b47fe8bc4053.mp4


# USAGE
Expand Down Expand Up @@ -64,7 +66,7 @@ AttributeError: 'SmartQueue' object has no attribute '_new_items'
```
please use a version of Python < 3.10.
```bash
python3.9 -m myvenv
python3.9 -m venv myvenv
# etc
```

Expand Down

0 comments on commit c19c966

Please sign in to comment.