We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501e3a9 commit cfa7807Copy full SHA for cfa7807
1 file changed
wiki/Building_a_release.md
@@ -134,8 +134,7 @@ Making and testing the tar-ball
134
14. make sure I can build and test it
135
136
``` 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
+ drevil:~tmp1/biopython-1.78/> python -m pip install . --prefix /tmp/test-install
139
drevil:~tmp1/biopython-1.78/> cd Tests && python run_tests.py
140
```
141
0 commit comments