Skip to content

Commit

Permalink
Remove the reference to conda nighthlies since they're not being buil…
Browse files Browse the repository at this point in the history
…t anymore
  • Loading branch information
Xarthisius committed Jun 25, 2020
1 parent 09c8f71 commit 05297a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ or with pip:
pip install yt
```

If you want the latest nightly build, you can manually install from our
repository:

```
conda install -c yt-project/label/dev yt
```

To get set up with a development version, you want to clone this repository:

```
Expand Down
32 changes: 1 addition & 31 deletions doc/source/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,36 +252,6 @@ For both the Anaconda and Miniconda installations, make sure that the Anaconda
which will install stable branch of yt along with all of its dependencies.

.. _nightly-conda-builds:

Nightly Conda Builds
^^^^^^^^^^^^^^^^^^^^

If you would like to install latest development version of yt, you can download
it from our custom anaconda channel:

.. code-block:: bash
$ conda install -c yt-project/label/dev -c conda-forge yt
New packages for development branch are built after every pull request is
merged. In order to make sure you are running latest version, it's recommended
to update frequently:

.. code-block:: bash
$ conda update -c yt-project/label/dev -c conda-forge yt
We recommend trying to install dependencies from conda-forge as indicated above
since focused individual communities stand a better chance of successfully
maintaining build recipes. However, if you wish to use the default anaconda
packages, simply remove ``-c conda-forge`` during conda installation.

Location of our channel can be added to ``.condarc`` to avoid retyping it during
each *conda* invocation. Please refer to `Conda Manual
<https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#channel-locations-channels>`_
for detailed instructions.

.. _conda-intel-python:

Using the Intel Distribution for Python from conda
Expand Down Expand Up @@ -579,7 +549,7 @@ you installed using ``INST_YT_SOURCE=1``.
Conda-based installs (``INST_YT_SOURCE=0``)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

In this case you can either install one of the nightly conda builds (see :ref:`nightly-conda-builds`), or you can follow the instructions above to build yt from source under conda (see
In this case you can follow the instructions above to build yt from source under conda (see
:ref:`conda-source-build`).

Source-based installs (``INST_YT_SOURCE=1``)
Expand Down

0 comments on commit 05297a8

Please sign in to comment.