Installation

How to

With the package cloned to your local system, the pipdb package can be installed by following these steps:

  1. cd into the pipdb directory:

cd package_dir/pipdb
  1. Create a conda environment, and install the required package dependencies using conda:

conda env create -f pipdb.yml
  1. Activate the pipdb environment:

conda activate pipdb
  1. Install the package so you can use it anywhere on your system:

python setup.py install

With the steup.py file run, you should now be able to access the pipdb API from your other project locations.

Importing

If everything was downloaded and installed properly, you should now be able to use the API in your projects by importing pipdb:

import pipdb