Correction needed for ReqIF installation

Correction is needed for installing ReqIF. On the web page:

https://docs.sensmetry.com/automator/reqif/index.html

The instructions are:

The command should read:

pip install syside[reqif]

The existing text as shown on the webpage is highlighted in yellow above. Please correct.

Hi Richard,

Both syside[reqif] and 'syside[reqif]' should be valid. At least from our testing, both are accepted on Windows, and macOS. Is your experience different?

Hi Simonas,

This is what I get when I run the command:

pip does not like the single quote character (HEX 27).

I am running

  • Windows 22H2 (OS Build 19045.7548)
  • CMD.EXE 10.0.19041.4355
  • pip 26.2
  • Python 3.14.5

the command pip install "syside[reqif]" does work. Note the double quote (HEX 22).