Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. How to install a specific package?
    1. Users can not and should not install packages in existing python environments such as opence-v1.5.1.
    2. Users need to create their own python environment to install their own packages.
      1. Create a New Env from Existing Environment.
        Anchor
        Create a New Env from Existing Environment
        Create a New Env from Existing Environment
        .
      2. Create Conda Environment from Scratch.

    3. Users should search for all the available packages before installation.

      1. Code Block
        conda search openblas





  2. How to solve dependency conflict?

...