Skip to content

Commit 005812a

Browse files
committed
add section on installing affiliated packages
1 parent b5dc385 commit 005812a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

affiliated/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,17 @@ <h3>APLpy</h3>
9696
</div>
9797

9898
</section>
99+
100+
<section id="installing">
101+
102+
<h1>Installing Affiliated Packages</h1>
103+
104+
<p> The simplest way to install and keep up-to-date most affiliated packages is to use the <a href="https://www.continuum.io/why-anaconda">Anaconda python distribution</a>. This distribution provides Astropy built-in, and affiliated packages are available from a "channel" <a href="https://github.com/astropy/conda-builder-affiliated">maintained by the Astropy community</a>. This means that, if you have anaconda installed, you can find most affiliated packages by doing <code>conda search -c astropy some_affiliated_package</code>, and you can install them with <code>conda install -c astropy some_affiliated_package</code>. </p>
105+
106+
<p> If you do not have Anaconda or wish to install from source, for most affiliated packages, downloading the source code and doing <code>python setup.py install</code> will work. Many also support the Astropy core package's additional build and install options, as they use the affiliated package template (detailed more <a href="affiliated-instructions">below</a>). That said, affiliated packages are developed independently of the Astropy core library. This means they are free to develop their packages as they see fit, and can have a variety of different requirements or unusual install procedures. Hence you should refer to the package's documentation first if you encounter problems.</p>
107+
108+
</section>
109+
99110
<section id="affiliated-package-registry">
100111

101112
<h1>Affiliated Packages Registry</h1>

0 commit comments

Comments
 (0)