Skip to content

Commit c70291a

Browse files
authored
Update README.md to remove reference to setup.py
1 parent c13285b commit c70291a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ If you want the main branch, you install as such:
3535
pip install git+https://github.com/allenai/ir_datasets.git
3636
```
3737

38-
If you want to build from source, use:
38+
If you want to run an editable version locally:
3939

4040
```
4141
$ git clone https://github.com/allenai/ir_datasets
4242
$ cd ir_datasets
43-
$ python setup.py bdist_wheel
44-
$ pip install dist/ir_datasets-*.whl
43+
$ pip install -e .
4544
```
4645

4746
Tested with python versions 3.7, 3.8, 3.9, and 3.10. (Mininum python version is 3.7.)

0 commit comments

Comments
 (0)