Skip to content

Commit 0a5154f

Browse files
authored
doc: merge installation cfg
1 parent 8cb06e4 commit 0a5154f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To get started, please first set up the environment:
6161

6262
```bash
6363
# By default, you will use the remote evaluation API to execute the output samples.
64-
pip install bigcodebench[generate] --upgrade
64+
pip install bigcodebench --upgrade
6565

6666
# You are suggested to use `flash-attn` for generating code samples.
6767
pip install packaging ninja
@@ -75,7 +75,7 @@ pip install flash-attn --no-build-isolation
7575

7676
```bash
7777
# Install to use bigcodebench.generate
78-
pip install "git+https://github.com/bigcode-project/bigcodebench.git#egg=bigcodebench[generate]" --upgrade
78+
pip install "git+https://github.com/bigcode-project/bigcodebench.git" --upgrade
7979
```
8080

8181
</div>

0 commit comments

Comments
 (0)