Check importable and version is updated

This commit is contained in:
Hugo van Kemenade 2020-06-25 19:24:29 +03:00 committed by GitHub
parent 00f7014c51
commit 1844c65f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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__)"
```