Skip to content

Commit e1376b5

Browse files
authored
Drop outdated duplicated install instruction
1 parent f2dae98 commit e1376b5

1 file changed

Lines changed: 1 addition & 26 deletions

File tree

wiki/Download.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -79,32 +79,7 @@ the wheel packages we provide on PyPI (as above), there are also
7979

8080
### Installation from Source
8181

82-
Installation from source requires an appropriate C compiler, for example
83-
GCC on **Linux**, and MSVC on **Windows**. For **macOS**, if you want to
84-
compile Biopython from source you will need to have installed Apple's
85-
command line tools, which can de done with the terminal command:
86-
87-
``` bash
88-
xcode-select --install
89-
```
90-
91-
This will offer to install Apple's XCode development suite - you can, but
92-
it is not needed and takes a lot of disk space.
93-
94-
You can then download and unzip a Biopython source code release, or get
95-
our code from GitHub. Then run:
96-
97-
``` bash
98-
python setup.py build
99-
python setup.py test
100-
python setup.py install
101-
```
102-
103-
or:
104-
105-
``` bash
106-
pip install .
107-
```
82+
See https://github.com/biopython/biopython/blob/master/README.rst
10883

10984
If you are still stuck, sign up to the [Biopython mailing
11085
list](Mailing_lists "wikilink") and ask for help there.

0 commit comments

Comments
 (0)