adding content to docs

This commit is contained in:
Will Dampier
2022-09-02 14:47:41 -04:00
parent 58181c9671
commit ff1f612d10

View File

@@ -115,6 +115,22 @@ environment from conda-forge.
'dask', 'dask',
] ]
By default packages are only installed from the ``conda-forge`` channel.
If you need other channels, like ``bioconda`` or self-made channels,
they can be added by using the ``tljh_extra_user_conda_channels`` hook.
.. code-block:: python
from tljh.hooks import hookimpl
@hookimpl
def tljh_extra_user_conda_channels():
return [
'conda-forge',
'bioconda',
'fastai',
]
Publishing plugins Publishing plugins
================== ==================