We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6880c commit 79b4309Copy full SHA for 79b4309
doc/source/getting-started.rst
@@ -39,12 +39,12 @@ Here is how you can write a block of code in the documentation. You can use the
39
40
# Create a new environment, without build dependencies (pure Python package)
41
conda create -n <package_name>-env python=3.13 \
42
- --file requirements/test.txt \
+ --file requirements/tests.txt \
43
--file requirements/conda.txt
44
45
# Create a new environment, with build dependencies (non-pure Python package)
46
47
48
--file requirements/conda.txt \
49
--file requirements/build.txt
50
0 commit comments