Skip to content

Commit 0fe616f

Browse files
committed
Update information in README
1 parent 4bfbffe commit 0fe616f

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,33 @@ Installers for the core Scientific Python packages for macOS, Windows, and Linux
44

55
<img src="./images/sp_installer_mac.jpg" alt="Screenshot of installer running on macOS" width="450px">
66

7-
Please visit [the release page](https://github.com/scientific-python/installer/releases/latest) to download an installer for your OS. <!-- TODO: replace with link to tutorial if/when written. -->
7+
## Who should use these installers?
8+
9+
These installers are double click (macOS, Windows) or simple command line
10+
installers (Linux) for the standard packages for general scientific Python and
11+
data science. The installer includes packages such as:
12+
13+
* Numpy (for arrays)
14+
* Scipy (extended scientific computing)
15+
* Matplotlib (plotting)
16+
* Pandas (data science)
17+
* Statsmodels (statistics)
18+
* Scikit-Image (image processing)
19+
* Scikit-Learn (machine learning and statistics)
20+
21+
as well as many others. See the `./recipes/scientific-python/construct.yaml`
22+
file for details.
23+
24+
We imagine these installers will be particularly useful for beginner students
25+
taking courses in science, statistics or data science, to get them up and
26+
running with a single download and install step.
27+
28+
## Where can I get the installers?
29+
30+
We will make a release soon. When we have done so, please visit [the release
31+
page](https://github.com/scientific-python/installer/releases/latest) to
32+
download an installer for your OS. <!-- TODO: replace with link to tutorial
33+
if/when written. -->
834

935
## Development
1036

0 commit comments

Comments
 (0)