Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
Renamed the target for creating the conda environment to "create/conda" to align with naming conventions. Also provided an alternative command for creating the environment using mamba.

Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Oct 30, 2024
1 parent 63ccd92 commit 4ce3f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/instruction/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ After setting the environment variables, run the following ``make`` targets in t

.. code-block:: shell
make conda/create
make create/conda # or "make create/mamba" for mamba, to create the webmon conda environment
make all # create: python packages for dasmon, webmon, and workflow; fake SNS data; self-signed SSL certificates
make localdev/up # build all the services
Expand Down

0 comments on commit 4ce3f79

Please sign in to comment.