Skip to content

Commit

Permalink
docs: update info command for newer PyVISA
Browse files Browse the repository at this point in the history
In PyVISA’s repo, fcd3728 (updated commands to pyvisa-shell and
pyvisa-info, 2017-11-22) [1] replaced

	python -m visa

with the pyvisa-shell and pyvisa-info commands. At this point, you have
to use pyvisa-info. Running

	python -m visa info

will no longer work.

[1]: <pyvisa/pyvisa@fcd3728>
  • Loading branch information
Jayman2000 committed Jul 3, 2022
1 parent f8a79ed commit 81e9cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ How do I know if PyVISA-py is properly installed?

Using the pyvisa information tool. Run in your console::

python -m visa info
pyvisa-info

You will get info about PyVISA, the installed backends and their options.

Expand Down

0 comments on commit 81e9cc2

Please sign in to comment.