The pdm_utils packageΒΆ

Once a Conda environment is created, pdm_utils can be easily installed:

  1. Open a Terminal window.

  2. Activate the (Conda environment).

  3. Install the pdm_utils package using pip:

    (pdm_utils)> pip install pdm_utils
    
  4. The package is routinely updated, and the most recent version can be retrieved:

    (pdm_utils)> pip install --upgrade pdm_utils