You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given your current configuration of pyproject.toml, the clone and install process for development version fails when running pytest test/ because pyvisa isn't a required install.
The remedy is to change the README instruction #3 from pip install . to pip install .[dev].
Dear authors,
Given your current configuration of
pyproject.toml
, the clone and install process for development version fails when runningpytest test/
becausepyvisa
isn't a required install.The remedy is to change the README instruction #3 from
pip install .
topip install .[dev]
.This issue is related to openjournals/joss-reviews#7291
The text was updated successfully, but these errors were encountered: