File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
10984If you are still stuck, sign up to the [ Biopython mailing
11085list] ( Mailing_lists " wikilink ") and ask for help there.
You can’t perform that action at this time.
0 commit comments