Changes between Version 7 and Version 8 of cypress/conda_virtual_environment
- Timestamp:
- 08/31/2026 04:41:36 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/conda_virtual_environment
v7 v8 86 86 ||{{{ conda install PACKAGE-NAME1 PACKAGE-NAME2 … }}}|| Install multiple packages. || 87 87 88 === pip command === 89 When you have to use 'pip' command to install packages, you must install 'pip' on the CONDA environment. 90 {{{ 91 conda install pip 92 }}} 88 93 89 94 == Some useful commands ==
