Skip to content

Commit

Permalink
chore: add olive, palm, quince, redwood upgrade paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Sep 13, 2024
1 parent 310c8b5 commit a503b8a
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,20 @@ tutor local quickstart
pip install "tutor[full]==14.2.4" # installs/upgrades to Nutmeg by default
tutor local quickstart

pip install "tutor[full]==15.3.9" # installs/upgrades to Olive by default
tutor local launch

pip install "tutor[full]==16.1.8" # installs/upgrades to Palm by default
tutor local launch

pip install "tutor[full]==17.0.6" # installs/upgrades to Quince by default
tutor local launch

pip install "tutor[full]==18.1.3" # installs/upgrades to Redwood by default
tutor local launch



# 6. modify the db name inside your source mysql dump file
# -----------------------------------------------------------------------------
# If your source data comes from a native build (presumably Lilac or earlier)
Expand Down

0 comments on commit a503b8a

Please sign in to comment.