Skip to content

Commit bae7b6a

Browse files
antonwolfyclaude
andcommitted
Update conda build command in documentation
Use 'conda-build' instead of 'conda build' in quick start guide for consistency with GitHub workflows. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 31cd804 commit bae7b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/quick_start_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ And to build dpnp package from the sources:
7474

7575
.. code-block:: bash
7676
77-
conda build conda-recipe -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels
77+
conda-build conda-recipe -c https://software.repos.intel.com/python/conda/ -c conda-forge --override-channels
7878
7979
Finally, to install the result package:
8080

0 commit comments

Comments
 (0)