Skip to content

Commit c1c3a71

Browse files
committed
Improved development environment creation specification
1 parent 063fe97 commit c1c3a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/dev-environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Steps without :bash:`sudo` access (e.g. on a cluster):
7878
* Verify that your development environment has no missing installs or updates with :bash:`poetry install --sync --dry-run --with test`.
7979
#. Check if the environment is setup correctly by running :bash:`pytest`. All tests should pass, except if you're not on a GPU node, or one or more extras has been left out in the previous step, then these tests will skip gracefully.
8080
#. Set Nox to use the correct backend and location:
81-
* Run :bash:`conda -- create-settings-file` to automatically create a settings file.
81+
* Run :bash:`nox -- create-settings-file` to automatically create a settings file.
8282
* In this settings file :bash:`noxsettings.toml`, change the :bash:`venvbackend`:
8383
* If you used Mamba in step 2, to :bash:`mamba`.
8484
* If you used Miniconda or Anaconda in step 2, to :bash:`conda`.

0 commit comments

Comments
 (0)