PROS CLI 3.4.3 Release¶
Bugfixes:
- This release solves the “invalid path” error in the PROS VSC extension when trying to create a new project.
Updating to the new version¶
VSCode¶
Your extension should automaticlly update. If it doesn’t, you can manually update by opening the extensions tab and clicking the update button next to PROS.
Windows¶
Download and run the appropriate (.exe) installer from our release page.
Notes:
- You may be stopped by Windows SmartScreen when running the installer. This is expected, and we are working to resolve this issue. In the meantime, click “more info” and “run anyway” (if your system is set to block unknown apps and programs, you’ll have to change the SmartScreen settings to “warn” or disable checking entirely [which we don’t recommend]).
macOS¶
To upgrade a previous installation, run brew upgrade pros-cli
.
If you are installing for the first time, see the getting started guide for macOS for instructions.
Linux / Python PIP¶
Run pip install --upgrade pros-cli
(or pip3, depending on your system)