Spaces:
Running
Running
Commit
·
2b8a748
1
Parent(s):
2b1eb04
Update documentation
Browse files
README.md
CHANGED
|
@@ -18,14 +18,14 @@ This is a fork of the [leaderboard demo from HuggingFace](https://huggingface.co
|
|
| 18 |
## Set-up and installation
|
| 19 |
|
| 20 |
To start development, clone the repository and install the dependencies.
|
|
|
|
| 21 |
Make sure to also install the pre-commit hooks so that formatting is uniform across the codebase.
|
| 22 |
|
| 23 |
```sh
|
| 24 |
git clone [email protected]:filbench/hf-leaderboard-backend.git
|
| 25 |
cd hf-leaderboard-backend
|
| 26 |
-
|
| 27 |
-
source venv/bin/activate
|
| 28 |
-
pip install -r requirements.txt
|
| 29 |
pre-commit install
|
| 30 |
```
|
| 31 |
|
|
|
|
| 18 |
## Set-up and installation
|
| 19 |
|
| 20 |
To start development, clone the repository and install the dependencies.
|
| 21 |
+
This assumes you have `uv` installed.
|
| 22 |
Make sure to also install the pre-commit hooks so that formatting is uniform across the codebase.
|
| 23 |
|
| 24 |
```sh
|
| 25 |
git clone [email protected]:filbench/hf-leaderboard-backend.git
|
| 26 |
cd hf-leaderboard-backend
|
| 27 |
+
uv sync
|
| 28 |
+
source .venv/bin/activate
|
|
|
|
| 29 |
pre-commit install
|
| 30 |
```
|
| 31 |
|