Check importable and version is updated
This commit is contained in:
parent
00f7014c51
commit
1844c65f81
|
@ -19,5 +19,5 @@
|
|||
* [ ] Check installation:
|
||||
|
||||
```bash
|
||||
pip3 uninstall -y pylast && pip3 install -U pylast
|
||||
pip3 uninstall -y pylast && pip3 install -U pylast && python3 -c "import pylast; print(pylast.__version__)"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue