Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the reference to conda nighthlies since they're not being buil… #2689

Merged
merged 1 commit into from
Jun 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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