Changes between Version 7 and Version 8 of cypress/conda_virtual_environment


Ignore:
Timestamp:
08/31/2026 04:41:36 PM (3 days ago)
Author:
fuji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cypress/conda_virtual_environment

    v7 v8  
    8686||{{{ conda install PACKAGE-NAME1 PACKAGE-NAME2 … }}}||  Install multiple packages. ||
    8787
     88=== pip command ===
     89When you have to use 'pip' command to install packages, you must install 'pip' on the CONDA environment.
     90{{{
     91conda install pip
     92}}}
    8893
    8994== Some useful commands ==