Skip to content

Commit 1cb320f

Browse files
authored
Update ADVANCED_USAGE.md
1 parent 0a5154f commit 1cb320f

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

ADVANCED_USAGE.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,19 @@
33
To get started, please first set up the environment:
44

55
```bash
6-
# Install to use bigcodebench.evaluate
7-
pip install bigcodebench --upgrade
8-
# If you want to use the evaluate locally, you need to install the requirements
6+
# If you want to use the evaluate locally, you need to install the requirements in an isolated environment
97
pip install -I -r https://raw.githubusercontent.com/bigcode-project/bigcodebench/main/Requirements/requirements-eval.txt
108

11-
# Install to use bigcodebench.generate
12-
# You are strongly recommended to install the generate dependencies in a separate environment
13-
pip install bigcodebench[generate] --upgrade
9+
# You are strongly recommended to install the bigcodebench dependencies in another environment
10+
pip install bigcodebench --upgrade
1411
```
1512

1613
<details><summary>⏬ Install nightly version <i>:: click to expand ::</i></summary>
1714
<div>
1815

1916
```bash
20-
# Install to use bigcodebench.evaluate
17+
# Install to use bigcodebench
2118
pip install "git+https://github.com/bigcode-project/bigcodebench.git" --upgrade
22-
23-
# Install to use bigcodebench.generate
24-
pip install "git+https://github.com/bigcode-project/bigcodebench.git#egg=bigcodebench[generate]" --upgrade
2519
```
2620

2721
</div>
@@ -34,10 +28,8 @@ pip install "git+https://github.com/bigcode-project/bigcodebench.git#egg=bigcode
3428
git clone https://github.com/bigcode-project/bigcodebench.git
3529
cd bigcodebench
3630
export PYTHONPATH=$PYTHONPATH:$(pwd)
37-
# Install to use bigcodebench.evaluate
31+
# Install to use bigcodebench
3832
pip install -e .
39-
# Install to use bigcodebench.generate
40-
pip install -e .[generate]
4133
```
4234

4335
</div>

0 commit comments

Comments
 (0)