You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# create project
rye init rye_sample
# add package to project
rye add flask
rye add --dev black
rye sync # sync dev-dependency# format by black
rye run format
# activate virtualenv. .venv/bin/activate