Skip to content

Commit

Permalink
fix markdown ordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Jun 12, 2024
1 parent 4e56e49 commit 4b3a7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fl.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The new MedPerf code has been moved to a new branch. To update your MedPerf inst
rm -rf medperf/
```

2. Re-install MedPerf:
1. Re-install MedPerf:

```bash
git clone https://github.com/hasan7n/medperf
Expand All @@ -21,7 +21,7 @@ git checkout fl-poc
pip install -e ./cli --force-reinstall
```

3. The monitoring tool is not necessary for training. But in case you still plan to use it, re-install it as follows: (Make sure you are in the `medperf` folder)
1. The monitoring tool is not necessary for training. But in case you still plan to use it, re-install it as follows: (Make sure you are in the `medperf` folder)

```bash
pip install -e scripts/monitor
Expand Down

0 comments on commit 4b3a7e3

Please sign in to comment.