Skip to content

Commit

Permalink
organize script lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-Chenguang committed Oct 22, 2024
1 parent bf4cb90 commit f0d3588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ After install `uv`, you can create a new environment and run a `FedMind` example
```bash
uv init FL-demo
cd FL-demo
source .uv/bin/activate

source .uv/bin/activate
uv add fedmind torchvision

wget https://raw.githubusercontent.com/Xiao-Chenguang/FedMind/refs/heads/main/examples/fedavg_demo.py
wget https://raw.githubusercontent.com/Xiao-Chenguang/FedMind/refs/heads/main/config.yaml

Expand Down

0 comments on commit f0d3588

Please sign in to comment.