Installation
How to
With the package cloned to your local system, the pipdb package can be installed by following these steps:
cd into the pipdb directory:
cd package_dir/pipdb
Create a conda environment, and install the required package dependencies using conda:
conda env create -f pipdb.yml
Activate the pipdb environment:
conda activate pipdb
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