[UPD] changelog: update migration note, force delete directory

This commit is contained in:
Mathieu Benoit 2023-01-17 16:01:49 -05:00
parent 14bf1c8c56
commit 3522821665

View file

@ -12,11 +12,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Because new update of Python and Poetry, recreate virtual environment.
```bash
rm -r ~/.poetry
rm -r ~/.pyenv
rm -rf ~/.poetry
rm -rf ~/.pyenv
rm ./get-poetry.py
rm -r ./.venv
rm -rf ./.venv
make install
```