Skip to content

Commit

Permalink
tweak index message
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Oct 9, 2024
1 parent ae7bb26 commit 74c4795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syftbox/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ async def lifespan(app: FastAPI):
Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# create a virtualenv somewhere
uv venv .venv
# create a virtualenv `.venv` in current working dir
uv venv
# Install SyftBox
uv pip install -U syftbox
Expand Down

0 comments on commit 74c4795

Please sign in to comment.