Skip to content

Commit 5ad5332

Browse files
committed
Patch conda env create command
1 parent 1219f4c commit 5ad5332

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/spherex/spherex_source_discovery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ All necessary packages and tools (SExtractor) are listed in the `conda-spherex_s
3030

3131
To create a conda environment with the dependencies on your local machine use:
3232
```
33-
conda env create --f conda-spherex_sdt.yml
33+
conda env create --file conda-spherex_sdt.yml
3434
```
3535

3636
Then, make the environment available in the list of kernels for your JupyterLab:

tutorials/spherex/spherex_source_discovery/spherex_source_discovery_tool_demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ All necessary packages and tools (e.g., <code>SExtractor</code>) are listed in t
5454

5555
To create a conda environment with the dependencies on your local machine use:
5656
```
57-
conda env create --f conda-spherex_sdt.yml
57+
conda env create --file conda-spherex_sdt.yml
5858
```
5959

6060
Then, make the environment available in the list of kernels for your JupyterLab:

0 commit comments

Comments
 (0)