Skip to content

Commit

Permalink
include venv removal in source upgrade
Browse files Browse the repository at this point in the history
added the step to remove the venv in the source based upgrade path
  • Loading branch information
BrandtH22 committed Jan 5, 2024
1 parent d0113ce commit 2dda4ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2dda4ba

Please sign in to comment.