node-red-quantum / node-red-contrib-quantum

Quantum computing functionality for Node-RED
https://node-red-quantum.github.io/
Apache License 2.0
16 stars 2 forks source link

Louis/windows-shell-fix #100

Closed louislefevre closed 3 years ago

louislefevre commented 3 years ago

Purpose

Fix some minor bugs and add virtual environment setup script written in PowerShell. On installation, this script will automatically run and attempt to prepare the virtual environment IF the Bash script (pyvenv.sh) fails to run.

Also added a code coverage tool.

Changes