Skip to content

Commit

Permalink
Remove broken conda install line in developer docs (#894)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <rly@lbl.gov>
  • Loading branch information
oruebel and rly committed Jul 10, 2023
1 parent b7faf15 commit 6ce77b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/source/install_developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,7 @@ package requirements using the pip_ Python package manager, and install HDMF in
.. note::

When using ``conda``, you may use ``pip install`` to install dependencies as shown above; however, it is generally
recommended that dependencies should be installed via ``conda install``, e.g.,

.. code:: bash
conda install --file=requirements.txt --file=requirements-dev.txt --file=requirements-doc.txt \
--file=requirements-opt.txt
recommended that dependencies should be installed via ``conda install``.


Run tests
Expand Down

0 comments on commit 6ce77b6

Please sign in to comment.