Skip to content

Commit b219398

Browse files
committed
DOCS: LimeSuiteNG recipe build clarification.
1 parent 41a1dd2 commit b219398

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/gettingStarted/windows/condaRecipe.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Build using conda recipe
44
Notice
55
------
66

7-
This section of documentation is reserved for project developers, package maintainers and other contributors. Users are recommended to build Lime Suite NG from source (See :ref:`windows-lib-build-ref`) or install as a conda package from conda package manager (See :ref:`limesuiteng-install-ref`).
7+
This section of documentation describes how to run conda-build tool, update recipes and is reserved for project developers, package maintainers and other contributors. Users are recommended to build Lime Suite NG from source (See :ref:`windows-lib-build-ref`) or install as a conda package from conda package manager (See :ref:`limesuiteng-install-ref`).
88

99
.. important::
1010

@@ -25,7 +25,7 @@ LimeSuiteNG library can also be built using conda recipe. Library recipe files a
2525
cd <repo root>
2626
conda-build .conda\recipe\ -m .conda\build_config.yaml
2727
28-
Conda will start building package. The ``build_config.yaml`` file alongside the ``-m`` flag enables package build from locally stored source code. To build from git ``develop`` branch omit the flag and arguments. After successfull build, conda package is populated in ``<radioconda install dir>\envs\<your custom env>\conda-bld\win-64`` directory with the following name structure ``limesuiteng-version-build_number.conda``.
28+
Conda will start building package. The ``build_config.yaml`` file alongside the ``-m`` flag enables package build from locally stored source code. To build from git ``develop`` branch, omit the flag and arguments. After successfull build, conda package is populated in ``<radioconda install dir>\envs\<your custom env>\conda-bld\win-64`` directory with the following name structure ``limesuiteng-version-build_number.conda``.
2929

3030
.. note::
3131

0 commit comments

Comments
 (0)