File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs/src/developers_guide Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ To do this perform the following steps.
138138Create a conda environment with the appropriate conda packages to build the
139139source distribution (``sdist ``) and pure Python wheel (``bdist_wheel ``)::
140140
141- > conda create -n iris-pypi -c conda-forge --yes pip python setuptools twine wheel
141+ > conda create -n iris-pypi -c conda-forge --yes build twine
142142 > . activate iris-pypi
143143
144144Checkout the appropriate Iris ``<release> `` tag from the appropriate ``<repo> ``.
@@ -149,7 +149,7 @@ For example, to checkout tag ``v1.0`` from ``upstream``::
149149
150150Build the source distribution and wheel from the Iris root directory::
151151
152- > python setup.py sdist bdist_wheel
152+ > python -m build
153153
154154This ``./dist `` directory should now be populated with the source archive
155155``.tar.gz `` file, and built distribution ``.whl `` file.
@@ -175,7 +175,6 @@ from PyPI::
175175 > conda deactivate
176176 > conda env create --file ./requrements/ci/iris.yml
177177 > . activate iris-dev
178- > conda install -c conda-forge pip
179178 > python -m pip install --no-deps scitools-iris
180179
181180For further details on how to test Iris, see :ref: `developer_running_tests `.
You can’t perform that action at this time.
0 commit comments