File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ you'll have to choose the right recipe directory.
9191On Linux you can choose between ``conda-recipe-openblas `` and
9292``conda-recipe-mkl ``
9393
94- On macOS you should use ``conda-recipe-apple ``. See the
94+ On macOS you should use ``conda-recipe-apple ``. See the
9595`conda-build documentation `_ how to get the required macOS SDK.
9696
9797.. _conda-build documentation : https://docs.conda.io/projects/conda-build/en/latest/resources/compiler-tools.html#macos-sdk
@@ -129,9 +129,16 @@ install Slycot (this example creates a Python 3.8 environment)::
129129 conda activate build-slycot
130130
131131 python setup.py install
132- pytest
133132
134- The final ``pytest `` command is optional; it runs the Slycot unit tests.
133+ Testing
134+ ~~~~~~~
135+ To test if the installation was successful, you can run the slycot unit tests::
136+
137+ pytest --pyargs slycot
138+
139+ Running ``pytest `` without ``--pyargs slycot `` from inside the source directory
140+ will fail, unless either ``setup.cfg `` or the compiled wrapper library have
141+ been installed into that directory.
135142
136143General notes on compiling
137144~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments