@@ -5,8 +5,8 @@ This installation guide includes only the Uxarray installation instructions. Ple
55refer to `Uxarray Contributor's Guide <https://uxarray.readthedocs.io/en/latest/contributing.html >`_
66for detailed information about how to contribute to the uxarray project.
77
8- 1. Installing Uxarray via Conda
9- -------------------------------
8+ Installing Uxarray via Conda
9+ ----------------------------
1010
1111The easiest way to install Uxarray along with its dependencies is via
1212`Conda <http://conda.pydata.org/docs/ >`_::
@@ -21,15 +21,15 @@ If you are interested in learning more about how Conda environments work, please
2121visit the `managing environments <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html >`_
2222page of the Conda documentation.
2323
24- 2. Installing Uxarray via PyPI
25- ------------------------------
24+ Installing Uxarray via PyPI
25+ ---------------------------
2626
2727An alternative to Conda is using pip::
2828
2929 pip install uxarray
3030
31- 3. Installing Uxarray from source (Github)
32- ------------------------------------------
31+ Installing Uxarray from source (Github)
32+ ---------------------------------------
3333
3434Installing Uxarray from source code is a fairly straightforward task, but
3535doing so should not be necessary for most users. If you `are ` interested in
@@ -39,7 +39,7 @@ of the code::
3939 git clone https://github.com/UXARRAY/uxarray.git
4040 cd uxarray
4141
42- 3.1. Required dependencies for installing and testing Uxarray
42+ Required dependencies for installing and testing Uxarray
4343^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4444
4545The following packages should be installed (in your active conda
@@ -52,7 +52,7 @@ environment)::
5252If you don't have these packages installed, the next section describes
5353how to setup a conda environment with them.
5454
55- 3.2. Creating a Conda environment
55+ Creating a Conda environment
5656^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5757
5858The Uxarray source code includes a conda environment definition file
@@ -65,7 +65,7 @@ and activate a new conda environment from that file::
6565 conda env create -f ci/environment.yml
6666 conda activate uxarray_build
6767
68- 3.3. Installing from source
68+ Installing from source
6969^^^^^^^^^^^^^^^^^^^^^^
7070
7171Once the dependencies listed above are installed, you can install
0 commit comments