77Installation
88============
99
10- Using Your OS Package Manager
10+ Using a Package Manager
1111-----------------------------
1212
13- Your operating system package manage manager (apt, yum, MacPorts, etc) should
14- be your first stop for installing Toyplot - using your package manager will
15- make it easy to install Toyplot and its dependencies, keep them up-to-date, and
16- even (gasp!) uninstall them cleanly. If your package manager doesn't support
17- Toyplot yet, drop them a line and let them know you'd like them to add it!
13+ A package manager (conda, apt, yum, MacPorts, etc) should generally be your
14+ first stop for installing Toyplot - it will make it easy to install Toyplot and
15+ its dependencies, keep them up-to-date, and even (gasp!) uninstall them
16+ cleanly. If your package manager doesn't support Toyplot yet, drop them a line
17+ and let them know you'd like them to add it!
18+
19+ If you're new to Python or unsure where to start, we strongly recommend taking
20+ a look at :ref: `Anaconda <anaconda-installation >`, which the Toyplot developers
21+ use during their day-to-day work.
1822
1923.. toctree ::
2024 :maxdepth: 2
2125
22- conda -installation.rst
26+ anaconda -installation.rst
2327 freebsd-installation.rst
2428 macports-installation.rst
2529
@@ -28,13 +32,16 @@ Using Pip / Easy Install
2832
2933If your package manager doesn't support Toyplot, or doesn't have the latest
3034version, your next option should be Python setup tools like `pip `. You can
31- always install the latest stable version of toyplot and its ** required **
32- :ref: ` dependencies ` with ::
35+ always install the latest stable version of toyplot and its required
36+ dependencies using ::
3337
3438 $ pip install toyplot
3539
36- To install Toyplot's **optional ** :ref: `dependencies `, you'll need to use a combination
37- of pip and your system package manager.
40+ ... following that, you'll be able to use all of Toyplot's features, and export
41+ figures to all of Toyplot's preferred file formats, including HTML, SVG, and PDF.
42+
43+ For export to other formats like PNG or MP4, you'll have to install additional resources
44+ listed in the :ref: `dependencies ` section of the manual.
3845
3946.. _From Source :
4047
@@ -48,5 +55,9 @@ you can install it using the source code::
4855 $ cd toyplot
4956 $ sudo python setup.py install
5057
51- The setup script copies Toyplot into your Python site-packages directory, and
52- it's ready to go.
58+ The setup script installs Toyplot's required dependencies and copies Toyplot into
59+ your Python site-packages directory, ready to go.
60+
61+ Once again, export to other formats like PNG or MP4, wil require additional resources
62+ listed in :ref: `dependencies `.
63+
0 commit comments