diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index f3a9aa79a0..3f686a6cf6 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -178,6 +178,9 @@ chia stop -d all # Deactivate the virtual environment deactivate +# Remove the current virtual environment +rm -r venv + # Pull the latest version git fetch git checkout latest @@ -238,6 +241,9 @@ chia stop -d all # Deactivate the virtual environment deactivate +# Remove the current virtual environment +rm -r venv + # Pull the latest version git fetch git checkout latest