Skip to content

Commit

Permalink
update server instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Oct 9, 2024
1 parent 444ddcf commit 62b0186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syftbox/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def lifespan(app: FastAPI):
uv venv .venv
# install the wheel
uv pip install http://20.168.10.234:8080/wheel/syftbox-0.1.0-py3-none-any.whl --reinstall
uv pip install -U syftbox
# run the client
uv run syftbox client
Expand Down

0 comments on commit 62b0186

Please sign in to comment.