Skip to content

Commit cfa7807

Browse files
authored
Use pip for the test install
1 parent 501e3a9 commit cfa7807

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

wiki/Building_a_release.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ Making and testing the tar-ball
134134
14. make sure I can build and test it
135135

136136
``` bash
137-
drevil:~tmp1/biopython-1.78/> python setup.py build
138-
drevil:~tmp1/biopython-1.78/> python setup.py install --prefix /tmp/test-install
137+
drevil:~tmp1/biopython-1.78/> python -m pip install . --prefix /tmp/test-install
139138
drevil:~tmp1/biopython-1.78/> cd Tests && python run_tests.py
140139
```
141140

0 commit comments

Comments
 (0)